@Internal public class TableSourceQueryOperation<T> extends Object implements QueryOperation
TableSource. Used only when a Table was created
from 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.api.TableSchema |
getTableSchema()
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.api.TableSchema getTableSchema()
QueryOperationgetTableSchema 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–2020 The Apache Software Foundation. All rights reserved.