The query for a aggregation operation.
The query for a aggregation operation.
The projection columns, containing also the aggregate expressions.
The grouping columns.
The child node.
Query alias.
The query for a filter operation.
The query for a filter operation.
The filter condition.
The child node.
Query alias.
The query for join operations.
The query for join operations.
The left query subtree.
The right query subtree.
The join conditions.
The join type.
Query alias.
The query for a projection operation.
The query for a projection operation.
The projection columns.
The child node.
Query alias.
The query for Sort and Limit operations.
The query for Sort and Limit operations.
Limit expression.
Order By expressions.
The child node.
Query alias.
The query for a base type (representing a table or view).
The query for a base type (representing a table or view).
The base SnowflakeRelation representing the basic table, view, or subquery defined by the user.
Columns used to override the output generation for the QueryHelper. These are the columns resolved by SnowflakeRelation.
Query alias.
The query for union.
The query for union.
Children of the union expression.
Query including a windowing clause.
Query including a windowing clause.
The windowing expressions.
The child query.
Query alias.
Package-level static methods and variable constants. These includes helper functions for adding and converting expressions, formatting blocks and identifiers, logging, and formatting SQL.