Literals

Discover the different literals 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
NullLearn how to represent the lack of a value.
BooleanLearn how to represent binary values, such as true/false, yes/no, or on/off.
NumberLearn how to represent integers, decimals, floats, and ordinal numbers.
StringLearn how to represent text values.
RegexLearn how to represent regular expressions for pattern matching.
CollectionLearn how to represent lists, sets, and maps.