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


网友评论