Class DQLCachedPlan

java.lang.Object
org.apache.flink.table.api.internal.DQLCachedPlan
All Implemented Interfaces:
CachedPlan

@Internal public class DQLCachedPlan extends Object implements CachedPlan
PlanCache for DQL.
  • Constructor Details

  • Method Details

    • getOperation

      public QueryOperation getOperation()
      Description copied from interface: CachedPlan
      Return the cached operation parsed from the statement.
      Specified by:
      getOperation in interface CachedPlan
    • getSinkOperation

      public CollectModifyOperation getSinkOperation()
    • getTransformations

      public List<org.apache.flink.api.dag.Transformation<?>> getTransformations()