hive 复杂数据类型和时间数据类型简介

1、hive 复杂数据类型建表举例 一、使用数组的状况 hive>create table student(sid int,sname string,grade array<float>); 记录内容 {1,'alice',[80,90,90]} 二、使用map的状况 hive>create table student1(sid int,sname string,grade map<string,
相关文章
相关标签/搜索