E - External type of data stream@Internal public final class ExternalQueryOperation<E> extends Object implements org.apache.flink.table.operations.QueryOperation
DataStream.
It contains all information necessary to perform a stream-to-table conversion.
| Constructor and Description |
|---|
ExternalQueryOperation(org.apache.flink.table.catalog.ContextResolvedTable contextResolvedTable,
org.apache.flink.streaming.api.datastream.DataStream<E> dataStream,
org.apache.flink.table.types.DataType physicalDataType,
boolean isTopLevelRecord,
org.apache.flink.table.connector.ChangelogMode changelogMode) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(org.apache.flink.table.operations.QueryOperationVisitor<T> visitor) |
String |
asSummaryString() |
org.apache.flink.table.connector.ChangelogMode |
getChangelogMode() |
List<org.apache.flink.table.operations.QueryOperation> |
getChildren() |
org.apache.flink.table.catalog.ContextResolvedTable |
getContextResolvedTable() |
org.apache.flink.streaming.api.datastream.DataStream<E> |
getDataStream() |
org.apache.flink.table.types.DataType |
getPhysicalDataType() |
org.apache.flink.table.catalog.ResolvedSchema |
getResolvedSchema() |
boolean |
isTopLevelRecord() |
public ExternalQueryOperation(org.apache.flink.table.catalog.ContextResolvedTable contextResolvedTable,
org.apache.flink.streaming.api.datastream.DataStream<E> dataStream,
org.apache.flink.table.types.DataType physicalDataType,
boolean isTopLevelRecord,
org.apache.flink.table.connector.ChangelogMode changelogMode)
public org.apache.flink.table.catalog.ContextResolvedTable getContextResolvedTable()
public org.apache.flink.streaming.api.datastream.DataStream<E> getDataStream()
public org.apache.flink.table.types.DataType getPhysicalDataType()
public boolean isTopLevelRecord()
public org.apache.flink.table.connector.ChangelogMode getChangelogMode()
public String asSummaryString()
asSummaryString in interface org.apache.flink.table.operations.Operationpublic List<org.apache.flink.table.operations.QueryOperation> getChildren()
getChildren in interface org.apache.flink.table.operations.QueryOperationpublic org.apache.flink.table.catalog.ResolvedSchema getResolvedSchema()
getResolvedSchema in interface org.apache.flink.table.operations.QueryOperationpublic <T> T accept(org.apache.flink.table.operations.QueryOperationVisitor<T> visitor)
accept in interface org.apache.flink.table.operations.QueryOperationCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.