@Internal public class Union<T> extends DualInputOperator<T,T,T,AbstractRichFunction>
input1, input2
broadcastInputs, userFunction
compilerHints, name, operatorInfo, parameters
Constructor and Description |
---|
Union(BinaryOperatorInformation<T,T,T> operatorInfo,
String unionLocationName)
Creates a new Union operator.
|
Union(Operator<T> input1,
Operator<T> input2,
String unionLocationName) |
Modifier and Type | Method and Description |
---|---|
protected List<T> |
executeOnCollections(List<T> inputData1,
List<T> inputData2,
RuntimeContext runtimeContext,
ExecutionConfig executionConfig) |
accept, addFirstInput, addFirstInputs, addSecondInput, addSecondInputs, clearFirstInput, clearSecondInput, getFirstInput, getKeyColumns, getNumberOfInputs, getOperatorInfo, getSecondInput, getSemanticProperties, setFirstInput, setFirstInput, setFirstInputs, setSecondInput, setSecondInput, setSecondInputs, setSemanticProperties
asArray, emptyClassArray, getBroadcastInputs, getUserCodeWrapper, setBroadcastVariable, setBroadcastVariables
createUnionCascade, createUnionCascade, createUnionCascade, getCompilerHints, getMinResources, getName, getParallelism, getParameters, getPreferredResources, setName, setParallelism, setParameter, setParameter, setParameter, setResources, toString
public Union(BinaryOperatorInformation<T,T,T> operatorInfo, String unionLocationName)
protected List<T> executeOnCollections(List<T> inputData1, List<T> inputData2, RuntimeContext runtimeContext, ExecutionConfig executionConfig)
executeOnCollections
in class DualInputOperator<T,T,T,AbstractRichFunction>
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.