@Internal @Deprecated public class DataStreamQueryOperation<E> extends Object implements QueryOperation
DataStream
.
This operation may expose only part, or change the order of the fields available in a CompositeType
of the underlying DataStream
. The
getFieldIndices()
describes the mapping between fields of the
TableSchema
to the CompositeType
.
Constructor and Description |
---|
DataStreamQueryOperation(DataStream<E> dataStream,
int[] fieldIndices,
ResolvedSchema resolvedSchema)
Deprecated.
|
DataStreamQueryOperation(ObjectIdentifier identifier,
DataStream<E> dataStream,
int[] fieldIndices,
ResolvedSchema resolvedSchema)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(QueryOperationVisitor<T> visitor)
Deprecated.
|
String |
asSummaryString()
Deprecated.
Returns a string that summarizes this operation for printing to a console.
|
List<QueryOperation> |
getChildren()
Deprecated.
|
DataStream<E> |
getDataStream()
Deprecated.
|
int[] |
getFieldIndices()
Deprecated.
|
Optional<ObjectIdentifier> |
getIdentifier()
Deprecated.
|
ResolvedSchema |
getResolvedSchema()
Deprecated.
Resolved schema of this operation.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
asSerializableString
public DataStreamQueryOperation(DataStream<E> dataStream, int[] fieldIndices, ResolvedSchema resolvedSchema)
public DataStreamQueryOperation(ObjectIdentifier identifier, DataStream<E> dataStream, int[] fieldIndices, ResolvedSchema resolvedSchema)
public DataStream<E> getDataStream()
public Optional<ObjectIdentifier> getIdentifier()
public int[] getFieldIndices()
public ResolvedSchema getResolvedSchema()
QueryOperation
getResolvedSchema
in interface QueryOperation
public String asSummaryString()
Operation
asSummaryString
in interface Operation
public List<QueryOperation> getChildren()
getChildren
in interface QueryOperation
public <T> T accept(QueryOperationVisitor<T> visitor)
accept
in interface QueryOperation
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.