Cassandra支持哪些主要数据类型

Cassandra支持以下主要数据类型:

文本类型 (Text)
整数类型 (Integer)
布尔类型 (Boolean)
浮点类型 (Float)
双精度浮点类型 (Double)
时间戳类型 (Timestamp)
UUID类型 (Universally Unique Identifier)
时间类型 (Time)
日期类型 (Date)
列表类型 (List)
集合类型 (Set)
映射类型 (Map)
自定义类型 (User-defined type)
用户定义的枚举类型 (User-defined enum type)

阅读剩余
THE END