method

as

as(other)
public

No documentation available.

# File activerecord/lib/arel/select_manager.rb, line 50
    def as(other)
      create_table_alias grouping(@ast), Nodes::SqlLiteral.new(other)
    end