Class CompareSubQueryValueOperator

All Implemented Interfaces:
Serializable, Cloneable, QueryModelNode, ValueExpr, VariableScopeChange
Direct Known Subclasses:
CompareAll, CompareAny, In

@Deprecated(forRemoval=true, since="4.2.1") public abstract class CompareSubQueryValueOperator extends SubQueryValueOperator
Deprecated, for removal: This API element is subject to removal in a future version.
See Also:
  • Field Details

    • arg

      protected ValueExpr arg
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • CompareSubQueryValueOperator

      protected CompareSubQueryValueOperator()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • CompareSubQueryValueOperator

      protected CompareSubQueryValueOperator(ValueExpr valueExpr, TupleExpr subQuery)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details