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