Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The following page has been changed by ZhengShao: http://wiki.apache.org/hadoop/Hive/HiveQL/Types ------------------------------------------------------------------------------ [[TableOfContents]] + == Types supported by Hive == - Types are associated with the columns in the tables. Hive supports 2 sets of types: primitive types and complex types. Hive also supports implicit and explicit conversions among these types. + Types are associated with the columns in the tables. Hive supports 2 sets of types: primitive types and complex types. === Primitive Types === * !TinyInt: 1-byte signed integer from -2^7^ (-128) to 2^7^-1 (127).
