ClusterByParserUtils¶
ClusterByParserUtils
is used to parse ClusterByPlan.
Note
ClusterByParserUtils
is slated to be removed when CLUSTER BY
clause is supported natively in Apache Spark (likely in 4.0.0).
Creating Instance¶
ClusterByParserUtils
takes the following to be created:
- ClusterByPlan
-
ParserInterface
(Spark SQL)
ClusterByParserUtils
is created when:
DeltaSqlParser
is requested to parse a ClusterByPlan