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.文本文件数据编码

 

扫码关注我们
微信号:SRE实战
拒绝背锅 运筹帷幄