Collection tests

Discover the different collection tests available in CQL.

Croct's mascot winking
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:

PageDescription
InLearn how to check if an element exists in a collection.
ContainsLearn how to check if a collection contains a certain element.
Contains allLearn how to check if a collection contains all specified elements.
Contains noneLearn how to check if a collection has no elements in common with another.
Contains eitherLearn how to check if a collection contains one or more elements.
Contains neitherLearn how to check if a collection has no intersection with another.