class Arel::Nodes::Extract

def initialize(expr, field)

def initialize(expr, field)
  super(expr)
  @field = field
end