Class Union<T>
- java.lang.Object
-
- org.apache.flink.api.common.operators.Operator<OUT>
-
- org.apache.flink.api.common.operators.AbstractUdfOperator<OUT,FT>
-
- org.apache.flink.api.common.operators.DualInputOperator<T,T,T,AbstractRichFunction>
-
- org.apache.flink.api.common.operators.Union<T>
-
@Internal public class Union<T> extends DualInputOperator<T,T,T,AbstractRichFunction>
This operator represents a Union between two inputs.
-
-
Field Summary
-
Fields inherited from class org.apache.flink.api.common.operators.DualInputOperator
input1, input2
-
Fields inherited from class org.apache.flink.api.common.operators.AbstractUdfOperator
broadcastInputs, userFunction
-
Fields inherited from class org.apache.flink.api.common.operators.Operator
compilerHints, name, operatorInfo, parameters
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<T>
executeOnCollections(List<T> inputData1, List<T> inputData2, RuntimeContext runtimeContext, ExecutionConfig executionConfig)
-
Methods inherited from class org.apache.flink.api.common.operators.DualInputOperator
accept, clearFirstInput, clearSecondInput, getFirstInput, getKeyColumns, getNumberOfInputs, getOperatorInfo, getSecondInput, getSemanticProperties, setFirstInput, setSecondInput, setSemanticProperties
-
Methods inherited from class org.apache.flink.api.common.operators.AbstractUdfOperator
asArray, emptyClassArray, getBroadcastInputs, getUserCodeWrapper, setBroadcastVariable, setBroadcastVariables
-
Methods inherited from class org.apache.flink.api.common.operators.Operator
createUnionCascade, createUnionCascade, createUnionCascade, getCompilerHints, getMinResources, getName, getParallelism, getParameters, getPreferredResources, setName, setParallelism, setParameter, setResources, toString
-
-
-
-
Method Detail
-
executeOnCollections
protected List<T> executeOnCollections(List<T> inputData1, List<T> inputData2, RuntimeContext runtimeContext, ExecutionConfig executionConfig)
- Specified by:
executeOnCollections
in classDualInputOperator<T,T,T,AbstractRichFunction>
-
-