Interface | Description |
---|---|
Evaluator |
This interface provides the necessary methods for processing CQL expressions.
|
EvaluatorData | |
EvaluatorWithDescriptions |
Extends the Evaluator interface to provide descriptions
of available functions and operators
|
EvaluatorWithDescriptions.Description |
This interface provide methods to describe a function
or operator supported by a evaluator
|
Class | Description |
---|---|
AbstractEvaluator | |
AndEvaluator |
This evaluator is a set of evaluators that are applied used the and
operator.
|
EvaluatorFieldsInfo | |
EvaluatorFieldValue | |
EvaluatorFieldValueMatch | |
EvaluatorFieldValueNearest | |
EvaluatorFieldValueRange |
Exception | Description |
---|---|
EvaluatorException | |
EvaluatorParseException |
This class is used to indicate that the problem
found by the evaluator has to do with the parsing process
(malformed expression) rather than a problem with the values.
|