Class OperatorInformation<OUT>

  • Type Parameters:
    OUT - Output type of the records output by the operator described by this information
    Direct Known Subclasses:
    BinaryOperatorInformation, UnaryOperatorInformation

    @Internal
    public class OperatorInformation<OUT>
    extends Object
    A class for holding information about an operator, such as input/output TypeInformation.
    • Field Detail

    • Constructor Detail

      • OperatorInformation

        public OperatorInformation​(TypeInformation<OUT> outputType)
        Parameters:
        outputType - The output type of the operator