@Internal public class DQLCachedPlan extends Object implements CachedPlan
| Constructor and Description |
|---|
DQLCachedPlan(QueryOperation queryOperation,
CollectModifyOperation sinkOperation,
List<org.apache.flink.api.dag.Transformation<?>> transformations) |
| Modifier and Type | Method and Description |
|---|---|
QueryOperation |
getOperation()
Return the cached operation parsed from the statement.
|
CollectModifyOperation |
getSinkOperation() |
List<org.apache.flink.api.dag.Transformation<?>> |
getTransformations() |
public DQLCachedPlan(QueryOperation queryOperation, CollectModifyOperation sinkOperation, List<org.apache.flink.api.dag.Transformation<?>> transformations)
public QueryOperation getOperation()
CachedPlangetOperation in interface CachedPlanpublic CollectModifyOperation getSinkOperation()
public List<org.apache.flink.api.dag.Transformation<?>> getTransformations()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.