Primitive type
Learn about the type that represents primitive values.
Primitive is an abstract type that represents the most basic types in CQL, which includes null, boolean, number, and string.
Learn more on how to represent primitives in literal expressions.