Package com.tangosol.coherence.dslquery.operator
package com.tangosol.coherence.dslquery.operator
This package contains implementations of the
BaseOperator
interface.- Since:
- 12.2.1
-
ClassDescriptionA
BaseOperator
implementation representing the addition (+) operator.An operator representing a logical AND (&&).BaseOperator<F extends Filter>A base class for CohQL Operator implementations.An operator representing the "between" conditional operator.A base class for comparison operators, which are operators that are used in conditional clauses such as equals, greater than, less than, etc.An operator representing the conditional "contains all" operation.An operator representing the conditional "contains any" operation.An operator representing the conditional "contains" operation.An operator representing the conditional mathematical division operation.An operator implementation representing the equality operator.A class representing the conditional greater than or equal to operator.A class representing the greater than operator.A class representing the case-insensitive "ilike" operator.A class representing the "in"operator.A class representing the logical less than or equal to operator.A class representing the logical less than or equal to operator.A class representing the "like" operator.An operator representing the mathematical multiplication operation.A class representing the not equals operator.A class representing the logical OR operator.An operator representing the conditional mathematical subtraction operation.A class representing the logical XOR operator.