@Internal public class CatalogQueryOperation extends Object implements QueryOperation
| Constructor and Description |
|---|
CatalogQueryOperation(org.apache.flink.table.catalog.ObjectIdentifier tableIdentifier,
org.apache.flink.table.api.TableSchema tableSchema) |
| 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.
|
List<QueryOperation> |
getChildren() |
org.apache.flink.table.catalog.ObjectIdentifier |
getTableIdentifier() |
org.apache.flink.table.api.TableSchema |
getTableSchema()
Resolved schema of this operation.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasSerializableStringpublic CatalogQueryOperation(org.apache.flink.table.catalog.ObjectIdentifier tableIdentifier,
org.apache.flink.table.api.TableSchema tableSchema)
public org.apache.flink.table.catalog.ObjectIdentifier getTableIdentifier()
public org.apache.flink.table.api.TableSchema getTableSchema()
QueryOperationgetTableSchema in interface QueryOperationpublic String asSummaryString()
OperationasSummaryString in interface Operationpublic List<QueryOperation> getChildren()
getChildren in interface QueryOperationpublic <T> T accept(QueryOperationVisitor<T> visitor)
accept in interface QueryOperationCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.