Class Exists

All Implemented Interfaces:
Serializable, Cloneable, GraphPatternGroupable, QueryModelNode, ValueExpr, VariableScopeChange

public class Exists extends SubQueryValueOperator
Checks whether the wrapped Query produces any results.
See Also:
  • Constructor Details

    • Exists

      public Exists()
    • Exists

      public Exists(TupleExpr subQuery)
  • Method Details