Class UnaryTupleOperator

    • Field Detail

      • arg

        protected TupleExpr arg
        The operator's argument.
    • Constructor Detail

      • UnaryTupleOperator

        protected UnaryTupleOperator()
      • UnaryTupleOperator

        protected UnaryTupleOperator​(TupleExpr arg)
        Creates a new unary tuple operator.
        Parameters:
        arg - The operator's argument, must not be null.