class Arel::SelectManager

def as(other)

def as(other)
  create_table_alias grouping(@ast), Nodes::SqlLiteral.new(other, retryable: true)
end