# File lib/arel/nodes/function.rb, line 16defasaliazself.alias = SqlLiteral.new(aliaz)
selfend
eql?(other)click to toggle source
# File lib/arel/nodes/function.rb, line 25defeql?otherself.class==other.class&&self.expressions==other.expressions&&self.alias==other.alias&&self.distinct==other.distinctend
hash()click to toggle source
# File lib/arel/nodes/function.rb, line 21defhash
[@expressions, @alias, @distinct].hashend