E
- External type of data stream@Internal public final class ExternalQueryOperation<E> extends Object implements QueryOperation
DataStream
.
It contains all information necessary to perform a stream-to-table conversion.
Constructor and Description |
---|
ExternalQueryOperation(ContextResolvedTable contextResolvedTable,
DataStream<E> dataStream,
DataType physicalDataType,
boolean isTopLevelRecord,
ChangelogMode changelogMode) |
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.
|
ChangelogMode |
getChangelogMode() |
List<QueryOperation> |
getChildren() |
ContextResolvedTable |
getContextResolvedTable() |
DataStream<E> |
getDataStream() |
DataType |
getPhysicalDataType() |
ResolvedSchema |
getResolvedSchema()
Resolved schema of this operation.
|
boolean |
isTopLevelRecord() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
asSerializableString
public ExternalQueryOperation(ContextResolvedTable contextResolvedTable, DataStream<E> dataStream, DataType physicalDataType, boolean isTopLevelRecord, ChangelogMode changelogMode)
public ContextResolvedTable getContextResolvedTable()
public DataStream<E> getDataStream()
public DataType getPhysicalDataType()
public boolean isTopLevelRecord()
public ChangelogMode getChangelogMode()
public String asSummaryString()
Operation
asSummaryString
in interface Operation
public List<QueryOperation> getChildren()
getChildren
in interface QueryOperation
public ResolvedSchema getResolvedSchema()
QueryOperation
getResolvedSchema
in interface QueryOperation
public <T> T accept(QueryOperationVisitor<T> visitor)
accept
in interface QueryOperation
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.