Package org.apache.flink.table.planner.plan.nodes.hive


package org.apache.flink.table.planner.plan.nodes.hive
  • Classes
    Class
    Description
    LogicalDistribution 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'".