@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(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() |
ResolvedSchema |
getResolvedSchema()
Resolved schema of this operation.
|
TableSource<T> |
getTableSource() |
boolean |
isBatch() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
asSerializableString
public TableSourceQueryOperation(TableSource<T> tableSource, boolean isBatch)
public ResolvedSchema getResolvedSchema()
QueryOperation
getResolvedSchema
in interface QueryOperation
public String asSummaryString()
Operation
asSummaryString
in interface Operation
public TableSource<T> getTableSource()
public boolean isBatch()
public List<QueryOperation> getChildren()
getChildren
in interface QueryOperation
public <R> R accept(QueryOperationVisitor<R> visitor)
accept
in interface QueryOperation
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.