文档中心>数据开发治理平台 WeData

HBase 数据类型转换(离线任务)

最近更新时间:2024-08-16 22:13:51

我的收藏

读取

HBase 数据类型
内部类型
int, short ,long
Long
float, double
Double
string,binary string
String
date
Date
boolean
Boolean

写入

内部类型
HBase 数据类型
Long
int, short ,long
Double
float, double
String
string,binary string
Date
date
Boolean
boolean