原文地址

# 一、hive 的 Struct 类型介绍

Struct 是 Hive 复杂数据类型的一种 ,声明方式 STRUCT<col_name : data_type [COMMENT col_comment], ...>

# 二、CBO 介绍

# 三、解决方式