@Internal public class PlannerQueryOperation extends Object implements QueryOperation
Constructor and Description |
---|
PlannerQueryOperation(org.apache.calcite.rel.RelNode calciteTree) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(QueryOperationVisitor<T> visitor) |
String |
asSummaryString()
Returns a string that summarizes this operation for printing to a console.
|
org.apache.calcite.rel.RelNode |
getCalciteTree() |
List<QueryOperation> |
getChildren() |
TableSchema |
getTableSchema()
Resolved schema of this operation.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
asSerializableString
public PlannerQueryOperation(org.apache.calcite.rel.RelNode calciteTree)
public org.apache.calcite.rel.RelNode getCalciteTree()
public TableSchema getTableSchema()
QueryOperation
getTableSchema
in interface QueryOperation
public String asSummaryString()
Operation
asSummaryString
in interface Operation
public List<QueryOperation> getChildren()
getChildren
in interface QueryOperation
public <T> T accept(QueryOperationVisitor<T> visitor)
accept
in interface QueryOperation
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.