Literals
Discover the different literals 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 how to represent the lack of a value. |
Boolean | Learn how to represent binary values, such as true/false, yes/no, or on/off. |
Number | Learn how to represent integers, decimals, floats, and ordinal numbers. |
String | Learn how to represent text values. |
Regex | Learn how to represent regular expressions for pattern matching. |
Collection | Learn how to represent lists, sets, and maps. |