Package org.apache.hadoop.hive.serde2.objectinspector

Interface Summary
ListObjectInspector  
MapObjectInspector  
ObjectInspector ObjectInspector helps us to look into the internal structure of a complex object.
ObjectInspectorConverters.Converter A converter which will convert objects with one ObjectInspector to another.
PrimitiveObjectInspector  
StructField StructField is an empty interface.
 

Class Summary
InspectableObject Simple wrapper of object with ObjectInspector.
MetadataListStructObjectInspector StructObjectInspector works on struct data that is stored as a Java List or Java Array object.
MyStruct Class for testing TestReflectionObjectInspector.
ObjectInspectorConverters  
ObjectInspectorFactory ObjectInspectorFactory is the primary way to create new ObjectInspector instances.
ObjectInspectorUtils ObjectInspectorFactory is the primary way to create new ObjectInspector instances.
ReflectionStructObjectInspector ReflectionStructObjectInspector works on struct data that is stored as a native Java object.
ReflectionStructObjectInspector.MyField  
StandardListObjectInspector DefaultListObjectInspector works on list data that is stored as a Java List or Java Array object.
StandardMapObjectInspector StandardMapObjectInspector works on map data that is stored as a Java Map object.
StandardStructObjectInspector ListStructObjectInspector works on struct data that is stored as a Java List or Java Array object.
StandardStructObjectInspector.MyField  
StructObjectInspector  
TestObjectInspectorConverters  
TestObjectInspectorUtils  
TestReflectionObjectInspectors  
TestStandardObjectInspectors  
TestThriftObjectInspectors  
TestUnionStructObjectInspector  
UnionStructObjectInspector UnionStructObjectInspector unions several struct data into a single struct.
UnionStructObjectInspector.MyField  
 

Enum Summary
ObjectInspector.Category  
ObjectInspectorFactory.ObjectInspectorOptions ObjectInspectorOptions describes what ObjectInspector to use.
ObjectInspectorUtils.ObjectInspectorCopyOption This enum controls how we copy primitive objects.
PrimitiveObjectInspector.PrimitiveCategory The primitive types supported by Hive.
 



Copyright © 2009 The Apache Software Foundation