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

高精度整型

— END —
感谢阅读,如果对你有帮助,欢迎点赞、关注与分享