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

Packages that use org.apache.hadoop.hive.serde2.objectinspector
org.apache.hadoop.hive.ql.exec   
org.apache.hadoop.hive.ql.metadata   
org.apache.hadoop.hive.serde2   
org.apache.hadoop.hive.serde2.dynamic_type   
org.apache.hadoop.hive.serde2.lazy   
org.apache.hadoop.hive.serde2.objectinspector   
org.apache.hadoop.hive.serde2.typeinfo   
 

Classes in org.apache.hadoop.hive.serde2.objectinspector used by org.apache.hadoop.hive.ql.exec
InspectableObject
          Simple wrapper of object with ObjectInspector.
ObjectInspector
          ObjectInspector helps us to look into the internal structure of a complex object.
 

Classes in org.apache.hadoop.hive.serde2.objectinspector used by org.apache.hadoop.hive.ql.metadata
StructField
          StructField is an empty interface.
 

Classes in org.apache.hadoop.hive.serde2.objectinspector used by org.apache.hadoop.hive.serde2
ObjectInspector
          ObjectInspector helps us to look into the internal structure of a complex object.
ObjectInspectorFactory.ObjectInspectorOptions
          ObjectInspectorOptions describes what ObjectInspector to use.
 

Classes in org.apache.hadoop.hive.serde2.objectinspector used by org.apache.hadoop.hive.serde2.dynamic_type
ObjectInspector
          ObjectInspector helps us to look into the internal structure of a complex object.
 

Classes in org.apache.hadoop.hive.serde2.objectinspector used by org.apache.hadoop.hive.serde2.lazy
ObjectInspector
          ObjectInspector helps us to look into the internal structure of a complex object.
 

Classes in org.apache.hadoop.hive.serde2.objectinspector used by org.apache.hadoop.hive.serde2.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
           
ListObjectInspector
           
MapObjectInspector
           
MetadataListStructObjectInspector
          StructObjectInspector works on struct data that is stored as a Java List or Java Array object.
MyStruct
          Class for testing TestReflectionObjectInspector.
ObjectInspector
          ObjectInspector helps us to look into the internal structure of a complex object.
ObjectInspector.Category
           
ObjectInspectorFactory.ObjectInspectorOptions
          ObjectInspectorOptions describes what ObjectInspector to use.
StandardStructObjectInspector
          ListStructObjectInspector works on struct data that is stored as a Java List or Java Array object.
StandardStructObjectInspector.MyField
           
StructField
          StructField is an empty interface.
StructObjectInspector
           
UnionStructObjectInspector
          UnionStructObjectInspector unions several struct data into a single struct.
 

Classes in org.apache.hadoop.hive.serde2.objectinspector used by org.apache.hadoop.hive.serde2.typeinfo
ObjectInspector
          ObjectInspector helps us to look into the internal structure of a complex object.
ObjectInspector.Category
           
 



Copyright © 2009 The Apache Software Foundation