@Internal public class PlannerQueryOperation extends Object implements org.apache.flink.table.operations.QueryOperation
| Constructor and Description |
|---|
PlannerQueryOperation(org.apache.calcite.rel.RelNode calciteTree) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(org.apache.flink.table.operations.QueryOperationVisitor<T> visitor) |
String |
asSummaryString() |
org.apache.calcite.rel.RelNode |
getCalciteTree() |
List<org.apache.flink.table.operations.QueryOperation> |
getChildren() |
org.apache.flink.table.api.TableSchema |
getTableSchema() |
public PlannerQueryOperation(org.apache.calcite.rel.RelNode calciteTree)
public org.apache.calcite.rel.RelNode getCalciteTree()
public org.apache.flink.table.api.TableSchema getTableSchema()
getTableSchema in interface org.apache.flink.table.operations.QueryOperationpublic String asSummaryString()
asSummaryString in interface org.apache.flink.table.operations.Operationpublic List<org.apache.flink.table.operations.QueryOperation> getChildren()
getChildren in interface org.apache.flink.table.operations.QueryOperationpublic <T> T accept(org.apache.flink.table.operations.QueryOperationVisitor<T> visitor)
accept in interface org.apache.flink.table.operations.QueryOperationCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.