Core types
Discover the core types 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 |
|---|---|
| Null | Learn about the type that represents null values. |
| Boolean | Learn about the type that represents binary values. |
| Number | Learn about the type that represents number values. |
| String | Learn about the type that represents text values. |
| Regex | Learn about the type that represents regular expressions. |
| Collection | Learn about the type that represents a lists, sets, and maps. |
| Comparable | Learn about the type that represents ordered values. |
| Primitive | Learn about the type that represents primitive values. |