package main import "fmt" import "encoding/json" type Human struct{ Name string Home string Like string } type Info struct{ One string Two string } type TestInt int //自定义数据类型,比如自定义的TestInt所代表的类型是int type Jo struct{ //自定义数据类型,比如自定义的Jo所代…
数据类型Type System Hive supports primitive and complex data types, as described below. See Hive Data Types for additional information. Hive支持原生和复杂数据类型. Primitive Types 原生数据类型 Types are associated with the columns in the tables. The following Primitive t…