Selectors
Discover the different selectors 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 |
|---|---|
| First | Learn how to get the first items of a list. |
| Last | Learn how to get the last items of a list. |
| Ordinal | Learn how to get an item by its position in the list. |
| Expression | Learn how to get values using dynamic expressions. |
| Wildcard | Learn how to apply a selector across multiple items. |
| Scan | Learn how to collect values from nested structures. |