Hive的数据类型

Hive的数据类型有一些几种

data_type
: primitive_type :原生态类型
| array_type :数组类型
| map_type :map类型
| struct_type:结构化类型
| union_type -- 复合类型(Note: Available in Hive 0.7.0 and later)

原生态类型

官方地址:https://cwiki.apache.org/confluence/display/Hive/LanguageManual+TYPES

Hive的数据类型_第1张图片
types

Hive的数据类型_第2张图片

你可能感兴趣的:(Hive的数据类型)