Uses of Package
org.apache.flink.table.planner.plan.nodes.hive
Packages that use org.apache.flink.table.planner.plan.nodes.hive
-
Classes in org.apache.flink.table.planner.plan.nodes.hive used by org.apache.flink.table.planner.plan.nodes.hiveClassDescriptionLogicalDistribution is used to represent the expected distribution of the data, similar to Hive's SORT BY, DISTRIBUTE BY, and CLUSTER BY semantics.LogicalScriptTransform is used to represent the sql semantic "TRANSFORM c1, c2, xx USING 'script'".