Class PlannerQueryOperation
java.lang.Object
org.apache.flink.table.planner.operations.PlannerQueryOperation
- All Implemented Interfaces:
org.apache.flink.table.operations.Operation,org.apache.flink.table.operations.QueryOperation
@Internal
public class PlannerQueryOperation
extends Object
implements org.apache.flink.table.operations.QueryOperation
Wrapper for valid logical plans generated by Planner.
-
Constructor Summary
ConstructorsConstructorDescriptionPlannerQueryOperation(org.apache.calcite.rel.RelNode calciteTree, Supplier<String> toSqlString) -
Method Summary
-
Constructor Details
-
PlannerQueryOperation
-
-
Method Details
-
getCalciteTree
public org.apache.calcite.rel.RelNode getCalciteTree() -
getResolvedSchema
public org.apache.flink.table.catalog.ResolvedSchema getResolvedSchema()- Specified by:
getResolvedSchemain interfaceorg.apache.flink.table.operations.QueryOperation
-
asSummaryString
- Specified by:
asSummaryStringin interfaceorg.apache.flink.table.operations.Operation
-
asSerializableString
- Specified by:
asSerializableStringin interfaceorg.apache.flink.table.operations.QueryOperation
-
getChildren
- Specified by:
getChildrenin interfaceorg.apache.flink.table.operations.QueryOperation
-
accept
public <T> T accept(org.apache.flink.table.operations.QueryOperationVisitor<T> visitor) - Specified by:
acceptin interfaceorg.apache.flink.table.operations.QueryOperation
-