欢迎投稿

今日深度:

Cassandra数据类型:,cassandra数据类型

Cassandra数据类型:,cassandra数据类型


Cassandra在CQL语言层面支持多种数据类型[12]。

CQL类型 对应Java类型 描述
ascii String ascii字符串
bigint long 64位整数
blob ByteBuffer/byte[] 二进制数组
boolean boolean 布尔
counter long 计数器,支持原子性的增减,不支持直接赋值
decimal BigDecimal 高精度小数
double double 64位浮点数
float float 32位浮点数
inet InetAddress ipv4或ipv6协议的ip地址
int int 32位整数
list List 有序的列表
map Map 键值对
set Set 集合
text String utf-8编码的字符串
timestamp Date 日期
uuid UUID UUID类型
timeuuid UUID 时间相关的UUID
varchar string text的别名
varint BigInteger 高精度整型

www.htsjk.Com true http://www.htsjk.com/cassandra/25878.html NewsArticle Cassandra数据类型:,cassandra数据类型 Cassandra在CQL语言层面支持多种数据类型[12]。 CQL类型 对应Java类型 描述 ascii String ascii字符串 bigint long 64位整数 blob ByteBuffer/byte[] 二进制数组 boolean...
相关文章
    暂无相关文章
评论暂时关闭