4 5 6
# File 'lib/influxdb/arel/alias_predication.rb', line 4 def as(other) Nodes::As.new(self, Arel.sql(other.to_s)) end