Operators reference
Discover the available operators to write criterias in CQL.
Looking for something specific?
Use the search bar at the top of the page or press / to quickly search through the documentation.
Use the summary below to quickly jump to a specific topic:
| Page | Description |
|---|---|
| Equal to | Learn how to check if a property is equal a value. |
| Greater than | Learn how to check if a property is greater than a value. |
| Greater than or equal | Learn how to check if a property is greater than or equal to a value. |
| Less than | Learn how to check if a property is less than a value. |
| Less than or equal | Learn how to check if a property is less than or equal to a value. |
| Starting with | Learn how to check if a string starts with a specific prefix. |
| Ending with | Learn how to check if a string ends with a specific suffix. |
| Like | Learn how to check if a string matches another. |
| In | Learn how to check if an element exists in a collection. |
| Containing | Learn how to check if a collection contains a specific element. |
| Containing all | Learn how to check if a collection contains all elements of another. |
| Containing none | Learn how to check if a collection does not contain any element of another. |
| Containing either | Learn how to check if a collection contains one or more elements. |
| Containing neither | Learn how to check if a collection has no intersection with another. |