E
- External type of data stream@Internal public final class ScalaExternalQueryOperation<E> extends Object implements QueryOperation
DataStream
.
It contains all information necessary to perform a stream-to-table conversion.
This class needs to be kept in sync with JavaExternalQueryOperation
in the Java
bridging module.
Constructor and Description |
---|
ScalaExternalQueryOperation(ObjectIdentifier identifier,
DataStream<E> dataStream,
DataType physicalDataType,
boolean isTopLevelRecord,
ChangelogMode changelogMode,
ResolvedSchema resolvedSchema) |
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() |
DataStream<E> |
getDataStream() |
ObjectIdentifier |
getIdentifier() |
DataType |
getPhysicalDataType() |
ResolvedSchema |
getResolvedSchema()
Resolved schema of this operation.
|
boolean |
isTopLevelRecord() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
asSerializableString
public ScalaExternalQueryOperation(ObjectIdentifier identifier, DataStream<E> dataStream, DataType physicalDataType, boolean isTopLevelRecord, ChangelogMode changelogMode, ResolvedSchema resolvedSchema)
public ObjectIdentifier getIdentifier()
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–2023 The Apache Software Foundation. All rights reserved.