Class DQLCachedPlan
java.lang.Object
org.apache.flink.table.api.internal.DQLCachedPlan
- All Implemented Interfaces:
CachedPlan
PlanCache for DQL.
-
Constructor Summary
ConstructorsConstructorDescriptionDQLCachedPlan(QueryOperation queryOperation, CollectModifyOperation sinkOperation, List<org.apache.flink.api.dag.Transformation<?>> transformations) -
Method Summary
Modifier and TypeMethodDescriptionReturn the cached operation parsed from the statement.List<org.apache.flink.api.dag.Transformation<?>>
-
Constructor Details
-
DQLCachedPlan
public DQLCachedPlan(QueryOperation queryOperation, CollectModifyOperation sinkOperation, List<org.apache.flink.api.dag.Transformation<?>> transformations)
-
-
Method Details
-
getOperation
Description copied from interface:CachedPlanReturn the cached operation parsed from the statement.- Specified by:
getOperationin interfaceCachedPlan
-
getSinkOperation
-
getTransformations
-