Package com.tangosol.coherence.dslquery.operator
This package contains implementations of the
BaseOperator
interface.- Since:
- 12.2.1
-
Class Summary Class Description AdditionOperator ABaseOperator
implementation representing the addition (+) operator.AndOperator An operator representing a logical AND (&&).BaseOperator<F extends Filter> A base class for CohQL Operator implementations.BetweenOperator An operator representing the "between" conditional operator.ComparisonOperator A base class for comparison operators, which are operators that are used in conditional clauses such as equals, greater than, less than, etc.ContainsAllOperator An operator representing the conditional "contains all" operation.ContainsAnyOperator An operator representing the conditional "contains any" operation.ContainsOperator An operator representing the conditional "contains" operation.DivisionOperator An operator representing the conditional mathematical division operation.EqualsOperator An operator implementation representing the equality operator.GreaterEqualsOperator A class representing the conditional greater than or equal to operator.GreaterOperator A class representing the greater than operator.ILikeOperator A class representing the case-insensitive "ilike" operator.InOperator A class representing the "in"operator.LessEqualsOperator A class representing the logical less than or equal to operator.LessOperator A class representing the logical less than or equal to operator.LikeOperator A class representing the "like" operator.MultiplicationOperator An operator representing the mathematical multiplication operation.NotEqualsOperator A class representing the not equals operator.OrOperator A class representing the logical OR operator.SubtractionOperator An operator representing the conditional mathematical subtraction operation.XorOperator A class representing the logical XOR operator.