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.
PrimitiveObjectInspector  
StructField StructField is an empty interface.
StructObjectInspector  
 

Class Summary
InspectableObject Simple wrapper of object with ObjectInspector.
LazyListObjectInspector LazyListObjectInspector works on array data that is stored in LazyArray.
LazyMapObjectInspector LazyMapObjectInspector works on struct data that is stored in LazyStruct.
LazySimpleStructObjectInspector LazySimpleStructObjectInspector works on struct data that is stored in LazyStruct.
LazySimpleStructObjectInspector.MyField  
MetadataListStructObjectInspector StructObjectInspector works on struct data that is stored as a Java List or Java Array object.
MyStruct Class for testing TestReflectionObjectInspector.
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  
StandardStructObjectInspector ListStructObjectInspector works on struct data that is stored as a Java List or Java Array object.
StandardStructObjectInspector.MyField  
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.
 



Copyright © 2009 The Apache Software Foundation