# File lib/arel/nodes/extract.rb, line 17 def as aliaz self.alias = SqlLiteral.new(aliaz) self end
# File lib/arel/nodes/extract.rb, line 26 def eql? other super && self.field == other.field && self.alias == other.alias end
Generated with the Darkfish Rdoc Generator 2.