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 ------------------------------------------------------------------------------ - + == Types supported By Hive == The following types are supported by Hive: - * !TinyInt + * !TinyInt - * !SmallInt + * !SmallInt - * !Int + * Int - * !BigInt + * !BigInt - * !Double + * Double The reason that we don't support !Float is that it's not supported by Thrift, and we use Thrift a lot inside Hive. + + == Implicit and Explicit Type Conversions == +
