Boolean
Learn about the type that represents binary values.
The boolean type represents binary values, such as true/false or yes/no. These two values are represented by the literals true and false in CQL.
Learn more on how to represent boolean values in boolean literals.