Class NTuple

All Implemented Interfaces:
Serializable, Cloneable, QueryRef, QueryModelNode, TupleExpr, VariableScopeChange
Direct Known Subclasses:
EmptyNJoin, EmptyNUnion, NJoin, NUnion

public abstract class NTuple extends AbstractQueryModelNode implements TupleExpr, QueryRef
Base class for any nary-tuple expression
Author:
Andreas Schwarte
See Also:
  • Field Details

  • Constructor Details

    • NTuple

      public NTuple(List<TupleExpr> args, QueryInfo queryInfo)
      Construct an nary-tuple. Note that the parentNode of all arguments is set to this instance.
      Parameters:
      args -
  • Method Details