Package org.apache.flink.table.planner.plan.nodes.hive
-
Class Summary Class Description LogicalDistribution LogicalDistribution is used to represent the expected distribution of the data, similar to Hive's SORT BY, DISTRIBUTE BY, and CLUSTER BY semantics.LogicalScriptTransform LogicalScriptTransform is used to represent the sql semantic "TRANSFORM c1, c2, xx USING 'script'".