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

Packages that use org.apache.hadoop.hive.serde2.objectinspector
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
org.apache.hadoop.hive.ql.exec.persistence   
org.apache.hadoop.hive.ql.metadata   
org.apache.hadoop.hive.ql.optimizer.ppr   
org.apache.hadoop.hive.ql.plan   
org.apache.hadoop.hive.ql.udf.generic Standard toolkit and framework for generic User-defined functions. 
org.apache.hadoop.hive.ql.udf.xml   
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 This package provides the implementation of the SerDe type system. 
org.apache.hive.builtins   
 

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
          StructObjectInspector.
 

Classes in org.apache.hadoop.hive.serde2.objectinspector used by org.apache.hadoop.hive.ql.exec.persistence
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.ql.optimizer.ppr
PrimitiveObjectInspector
          PrimitiveObjectInspector.
StructObjectInspector
          StructObjectInspector.
 

Classes in org.apache.hadoop.hive.serde2.objectinspector used by org.apache.hadoop.hive.ql.plan
ConstantObjectInspector
          ConstantObjectInspector.
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.udf.generic
ConstantObjectInspector
          ConstantObjectInspector.
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
          PrimitiveObjectInspector.
StandardListObjectInspector
          DefaultListObjectInspector works on list data that is stored as a Java List or Java Array object.
StructObjectInspector
          StructObjectInspector.
 

Classes in org.apache.hadoop.hive.serde2.objectinspector used by org.apache.hadoop.hive.ql.udf.xml
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
          PrimitiveObjectInspector.
 

Classes in org.apache.hadoop.hive.serde2.objectinspector used by org.apache.hadoop.hive.serde2.lazy.objectinspector
ListObjectInspector
          ListObjectInspector.
MapObjectInspector
          MapObjectInspector.
ObjectInspector
          ObjectInspector helps us to look into the internal structure of a complex object.
ObjectInspector.Category
          Category.
StructField
          StructField is an empty interface.
StructObjectInspector
          StructObjectInspector.
UnionObjectInspector
          UnionObjectInspector works on union data that is stored as UnionObject.
 

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.
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
          PrimitiveObjectInspector.
 

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

Classes in org.apache.hadoop.hive.serde2.objectinspector used by org.apache.hadoop.hive.serde2.objectinspector
ConstantObjectInspector
          ConstantObjectInspector.
ListObjectInspector
          ListObjectInspector.
MapEqualComparer
           
MapObjectInspector
          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
          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.
SettableListObjectInspector
          SettableListObjectInspector.
SettableMapObjectInspector
          SettableMapObjectInspector.
SettableStructObjectInspector
          SettableStructObjectInspector.
StandardConstantListObjectInspector
          A StandardListObjectInspector which also implements the ConstantObjectInspector interface.
StandardConstantMapObjectInspector
          A StandardMapObjectInspector which also implements the ConstantObjectInspector interface.
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
           
StandardUnionObjectInspector
          StandardUnionObjectInspector works on union data that is stored as UnionObject.
StructField
          StructField is an empty interface.
StructObjectInspector
          StructObjectInspector.
UnionObject
          The UnionObject.
UnionObjectInspector
          UnionObjectInspector works on union data that is stored as UnionObject.
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
ConstantObjectInspector
          ConstantObjectInspector.
ObjectInspector
          ObjectInspector helps us to look into the internal structure of a complex object.
ObjectInspector.Category
          Category.
ObjectInspectorConverters.Converter
          A converter which will convert objects with one ObjectInspector to another.
PrimitiveObjectInspector
          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
          Category.
PrimitiveObjectInspector.PrimitiveCategory
          The primitive types supported by Hive.
 

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



Copyright © 2011 The Apache Software Foundation