数据类型和文件格式
1.基本数据类型:
tinyint / smalint / int / bigint
SRE实战 互联网时代守护先锋,助力企业售后服务体系运筹帷幄!一键直达领取阿里云限量特价优惠。boolean
float /double
string
timestamp
binary
2.集合数据类型
struct "对象"
map "键-值"
array "数组"
create table employees(
name string,
salary float,
subordinates array<string>,
deductions map<string,float>,
address struct<street:string,city:string,state:string,zip:int>)
3.文本文件数据编码

更多精彩