Collection tests
Discover the different collection tests available 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 |
---|---|
In | Learn how to check if an element exists in a collection. |
Contains | Learn how to check if a collection contains a certain element. |
Contains all | Learn how to check if a collection contains all specified elements. |
Contains none | Learn how to check if a collection has no elements in common with another. |
Contains either | Learn how to check if a collection contains one or more elements. |
Contains neither | Learn how to check if a collection has no intersection with another. |