-
Transform the parsed SQL to append missing table references to the query's FROM
or USING
clause, if applicable.
Transform a subquery from an IN condition with LIMIT to an equivalent derived table.
Transform the QUALIFY
clause to an equivalent derived table to filter on window functions.
Transform ROWNUM
expressions to corresponding LIMIT
clauses or ROW_NUMBER()
expressions.
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
void
Transform the parsed SQL to append missing table references to the query's FROM
or USING
clause, if applicable.
void
Transform a subquery from an IN condition with LIMIT to an equivalent derived table.
void
Transform the QUALIFY
clause to an equivalent derived table to filter on window functions.
void
Transform ROWNUM
expressions to corresponding LIMIT
clauses or ROW_NUMBER()
expressions.
Transform the parsed SQL to append missing table references to the query's FROM
or USING
clause, if applicable.
Transform a subquery from an IN condition with LIMIT to an equivalent derived table.
Transform the QUALIFY
clause to an equivalent derived table to filter on window functions.
Transform ROWNUM
expressions to corresponding LIMIT
clauses or ROW_NUMBER()
expressions.