Package org.apache.hadoop.hive.serde2.typeinfo

This package provides the implementation of the SerDe type system.

See:
          Description

Class Summary
ListTypeInfo A List Type has homogeneous elements.
MapTypeInfo A Map Type has homogeneous keys and homogeneous values.
PrimitiveTypeInfo There are limited number of Primitive Types.
StructTypeInfo StructTypeInfo represents the TypeInfo of a struct.
TypeInfo Stores information about a type.
TypeInfoFactory TypeInfoFactory can be used to create the TypeInfo object for any types.
TypeInfoUtils TypeInfoUtils.
 

Package org.apache.hadoop.hive.serde2.typeinfo Description

This package provides the implementation of the SerDe type system.



Copyright © 2010 The Apache Software Foundation