method
as
v7.2.3 -
Show latest stable
- Class:
Arel::AliasPredication
as(other)public
No documentation available.
# File activerecord/lib/arel/alias_predication.rb, line 5
def as(other)
Nodes::As.new self, Nodes::SqlLiteral.new(other, retryable: true)
end