Class UnaryOperatorInformation<IN,​OUT>

  • Type Parameters:
    IN - Output type of the input operator
    OUT - Output type of the records output by the operator described by this information

    @Internal
    public class UnaryOperatorInformation<IN,​OUT>
    extends OperatorInformation<OUT>
    A class for holding information about a single input operator, such as input/output TypeInformation.
    • Field Detail

      • inputType

        protected final TypeInformation<IN> inputType
        Input Type of the operator
    • Constructor Detail

      • UnaryOperatorInformation

        public UnaryOperatorInformation​(TypeInformation<IN> inputType,
                                        TypeInformation<OUT> outputType)
        Parameters:
        inputType - Input type of first input
        outputType - The output type of the operator