# File lib/arel/alias_predication.rb, line 3
    def as other
      Nodes::As.new self, Nodes::SqlLiteral.new(other)
    end