Cassandra supports various data types:
Primitive Types:
TEXT, VARCHAR: StringsINT, BIGINT, SMALLINT: Integers FLOAT, DOUBLE, DECIMAL: Floating pointBOOLEAN: True/falseUUID, TIMEUUID: Unique identifiersTIMESTAMP: Date and timeBLOB: Binary dataCollection Types:
SET<type>: Unordered unique valuesLIST<type>: Ordered values (duplicates allowed)MAP<key_type, value_type>: Key-value pairsAdvanced Types: