123456789_123456789_123456789_123456789_123456789_
Attributes::Attribute
Nodes::Addition
Nodes::As
Nodes::Ascending
Nodes::Between
Nodes::Binary
Nodes::BitwiseAnd
Nodes::BitwiseNot
Nodes::BitwiseOr
Nodes::BitwiseShiftLeft
Nodes::BitwiseShiftRight
Nodes::BitwiseXor
Nodes::BoundSqlLiteral
Nodes::Case
Nodes::Casted
Nodes::Concat
Nodes::Contains
Nodes::Count
Nodes::Cte
Nodes::Descending
Nodes::Distinct
Nodes::Division
Nodes::DoesNotMatch
Nodes::Else
Nodes::Equality
Nodes::Extract
Nodes::False
Nodes::Filter
Nodes::Following
Nodes::Function
Nodes::GreaterThan
Nodes::GreaterThanOrEqual
Nodes::Grouping
Nodes::In
Nodes::InfixOperation
Nodes::IsDistinctFrom
Nodes::IsNotDistinctFrom
Nodes::JoinSource
Nodes::LessThan
Nodes::LessThanOrEqual
Nodes::Matches
Nodes::Multiplication
Nodes::NamedFunction
Nodes::Nary
Nodes::NodeExpression
Nodes::NotEqual
Nodes::NotIn
Nodes::NotRegexp
Nodes::NullsFirst
Nodes::NullsLast
Nodes::Ordering
Nodes::Over
Nodes::Overlaps
Nodes::Preceding
Nodes::Quoted
Nodes::Range
Nodes::Regexp
Nodes::Rows
Nodes::SelectStatement
Nodes::SqlLiteral
Nodes::Subtraction
Nodes::TableAlias
Nodes::True
Nodes::Unary
Nodes::UnaryOperation
Nodes::UnqualifiedColumn
Nodes::ValuesList
Nodes::When
Nodes::With
Nodes::WithRecursive
Table
# File 'activerecord/lib/arel/alias_predication.rb', line 5
def as(other) Nodes::As.new self, Nodes::SqlLiteral.new(other, retryable: true) end