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.ql.udf.generic   
org.apache.hadoop.hive.serde2   
org.apache.hadoop.hive.serde2.binarysortable   
org.apache.hadoop.hive.serde2.columnar   
org.apache.hadoop.hive.serde2.dynamic_type   
org.apache.hadoop.hive.serde2.lazy   
org.apache.hadoop.hive.serde2.lazy.objectinspector   
org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive   
org.apache.hadoop.hive.serde2.lazybinary   
org.apache.hadoop.hive.serde2.lazybinary.objectinspector   
org.apache.hadoop.hive.serde2.objectinspector   
org.apache.hadoop.hive.serde2.objectinspector.primitive   
org.apache.hadoop.hive.serde2.thrift   
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.
StructObjectInspector
           
 

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.ql.udf.generic
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
          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.binarysortable
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.columnar
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.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.
PrimitiveObjectInspector
           
 

Classes in org.apache.hadoop.hive.serde2.objectinspector used by org.apache.hadoop.hive.serde2.lazy.objectinspector
ListObjectInspector
           
MapObjectInspector
           
ObjectInspector
          ObjectInspector helps us to look into the internal structure of a complex object.
ObjectInspector.Category
           
StructField
          StructField is an empty interface.
StructObjectInspector
           
 

Classes in org.apache.hadoop.hive.serde2.objectinspector used by org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive
ObjectInspector
          ObjectInspector helps us to look into the internal structure of a complex object.
PrimitiveObjectInspector
           
PrimitiveObjectInspector.PrimitiveCategory
          The primitive types supported by Hive.
 

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

Classes in org.apache.hadoop.hive.serde2.objectinspector used by org.apache.hadoop.hive.serde2.lazybinary.objectinspector
ListObjectInspector
           
MapObjectInspector
           
ObjectInspector
          ObjectInspector helps us to look into the internal structure of a complex object.
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.
StructField
          StructField is an empty interface.
StructObjectInspector
           
 

Classes in org.apache.hadoop.hive.serde2.objectinspector used by org.apache.hadoop.hive.serde2.objectinspector
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
           
ObjectInspectorConverters.Converter
          A converter which will convert objects with one ObjectInspector to another.
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.
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
           
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.objectinspector.primitive
ObjectInspector
          ObjectInspector helps us to look into the internal structure of a complex object.
ObjectInspector.Category
           
ObjectInspectorConverters.Converter
          A converter which will convert objects with one ObjectInspector to another.
PrimitiveObjectInspector
           
PrimitiveObjectInspector.PrimitiveCategory
          The primitive types supported by Hive.
 

Classes in org.apache.hadoop.hive.serde2.objectinspector used by org.apache.hadoop.hive.serde2.thrift
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.typeinfo
ObjectInspector
          ObjectInspector helps us to look into the internal structure of a complex object.
ObjectInspector.Category
           
PrimitiveObjectInspector.PrimitiveCategory
          The primitive types supported by Hive.
 



Copyright © 2009 The Apache Software Foundation