net.snowflake.spark.snowflake.pushdowns.querygeneration
Query alias.
Determines if two SnowflakeQuery subtrees can be joined together.
Determines if two SnowflakeQuery subtrees can be joined together.
The other tree, can it be joined with this one?
True if can be joined, or False if not.
The child node.
The projection columns, containing also the aggregate expressions.
Finds a particular query type in the overall tree.
Finds a particular query type in the overall tree.
SnowflakeQuery type
PartialFunction defining a positive result.
Option[T] for one positive match, or None if nothing found.
Converts this query into a String representing the SQL.
Converts this query into a String representing the SQL.
Whether or not to alias this translated block of SQL.
SQL statement for this query.
The grouping columns.
Output columns.
Output columns.
What comes after the FROM clause.
What comes after the FROM clause.
The query for a aggregation operation.
The projection columns, containing also the aggregate expressions.
The grouping columns.
The child node.
Query alias.