Class BinaryOperatorInformation<IN1,​IN2,​OUT>

  • Type Parameters:
    IN1 - Output type of first input operator
    IN2 - Output type of second input operator
    OUT - Output type of the records output by the operator described by this information

    @Internal
    public class BinaryOperatorInformation<IN1,​IN2,​OUT>
    extends OperatorInformation<OUT>
    A class for holding information about a single input operator, such as input/output TypeInformation.