@Internal public interface DataStreamPythonFunctionOperator<OUT> extends ResultTypeQueryable<OUT>
Modifier and Type | Method and Description |
---|---|
void |
addSideOutputTags(Collection<OutputTag<?>> outputTags)
Add a collection of
OutputTag s to the operator. |
<T> DataStreamPythonFunctionOperator<T> |
copy(DataStreamPythonFunctionInfo pythonFunctionInfo,
TypeInformation<T> outputTypeInfo)
Make a copy of the DataStreamPythonFunctionOperator with the given pythonFunctionInfo and
outputTypeInfo.
|
DataStreamPythonFunctionInfo |
getPythonFunctionInfo()
Returns the underlying
DataStreamPythonFunctionInfo . |
Collection<OutputTag<?>> |
getSideOutputTags()
Gets the
OutputTag s belongs to the operator. |
void |
setNumPartitions(int numPartitions)
Sets the number of partitions.
|
getProducedType
void setNumPartitions(int numPartitions)
DataStreamPythonFunctionInfo getPythonFunctionInfo()
DataStreamPythonFunctionInfo
.void addSideOutputTags(Collection<OutputTag<?>> outputTags)
OutputTag
s to the operator.Collection<OutputTag<?>> getSideOutputTags()
OutputTag
s belongs to the operator.<T> DataStreamPythonFunctionOperator<T> copy(DataStreamPythonFunctionInfo pythonFunctionInfo, TypeInformation<T> outputTypeInfo)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.