@Internal public class TableSourceQueryOperation<T> extends Object implements QueryOperation
TableSource. Used only when a Table
was created from org.apache.flink.table.api.TableEnvironment#fromTableSource(TableSource).| Constructor and Description |
|---|
TableSourceQueryOperation(org.apache.flink.table.sources.TableSource<T> tableSource,
boolean isBatch) |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(QueryOperationVisitor<R> visitor) |
String |
asSummaryString()
Returns a string that summarizes this operation for printing to a console.
|
List<QueryOperation> |
getChildren() |
org.apache.flink.table.catalog.ResolvedSchema |
getResolvedSchema()
Resolved schema of this operation.
|
org.apache.flink.table.sources.TableSource<T> |
getTableSource() |
boolean |
isBatch() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasSerializableStringpublic TableSourceQueryOperation(org.apache.flink.table.sources.TableSource<T> tableSource, boolean isBatch)
public org.apache.flink.table.catalog.ResolvedSchema getResolvedSchema()
QueryOperationgetResolvedSchema in interface QueryOperationpublic String asSummaryString()
OperationasSummaryString in interface Operationpublic org.apache.flink.table.sources.TableSource<T> getTableSource()
public boolean isBatch()
public List<QueryOperation> getChildren()
getChildren in interface QueryOperationpublic <R> R accept(QueryOperationVisitor<R> visitor)
accept in interface QueryOperationCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.