IN1
- Output type of first input operatorIN2
- Output type of second input operatorOUT
- Output type of the records output by the operator described by this information@Internal public class BinaryOperatorInformation<IN1,IN2,OUT> extends OperatorInformation<OUT>
Modifier and Type | Field and Description |
---|---|
protected TypeInformation<IN1> |
inputType1
Input type of the first input
|
protected TypeInformation<IN2> |
inputType2
Input type of the second input
|
outputType
Constructor and Description |
---|
BinaryOperatorInformation(TypeInformation<IN1> inputType1,
TypeInformation<IN2> inputType2,
TypeInformation<OUT> outputType) |
Modifier and Type | Method and Description |
---|---|
TypeInformation<IN1> |
getFirstInputType() |
TypeInformation<IN2> |
getSecondInputType() |
getOutputType, toString
protected final TypeInformation<IN1> inputType1
protected final TypeInformation<IN2> inputType2
public BinaryOperatorInformation(TypeInformation<IN1> inputType1, TypeInformation<IN2> inputType2, TypeInformation<OUT> outputType)
inputType1
- Input type of first inputinputType2
- Input type of second inputoutputType
- The output type of the operatorpublic TypeInformation<IN1> getFirstInputType()
public TypeInformation<IN2> getSecondInputType()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.