Class BinaryTupleOperator

    • Field Detail

      • leftArg

        protected TupleExpr leftArg
        The operator's left argument.
      • rightArg

        protected TupleExpr rightArg
        The operator's right argument.
      • algorithmName

        private java.lang.String algorithmName
    • Constructor Detail

      • BinaryTupleOperator

        protected BinaryTupleOperator()
      • BinaryTupleOperator

        protected BinaryTupleOperator​(TupleExpr leftArg,
                                      TupleExpr rightArg)
        Creates a new binary tuple operator.
        Parameters:
        leftArg - The operator's left argument, must not be null.
        rightArg - The operator's right argument, must not be null.