Uses of Interface
org.apache.hadoop.hive.serde2.objectinspector.UnionObjectInspector

Packages that use UnionObjectInspector
org.apache.hadoop.hive.serde2.lazy.objectinspector   
org.apache.hadoop.hive.serde2.objectinspector   
 

Uses of UnionObjectInspector in org.apache.hadoop.hive.serde2.lazy.objectinspector
 

Classes in org.apache.hadoop.hive.serde2.lazy.objectinspector that implement UnionObjectInspector
 class LazyUnionObjectInspector
          LazyUnionObjectInspector works on union data that is stored in LazyUnion.
 

Uses of UnionObjectInspector in org.apache.hadoop.hive.serde2.objectinspector
 

Classes in org.apache.hadoop.hive.serde2.objectinspector that implement UnionObjectInspector
 class DelegatedUnionObjectInspector
           
 class StandardUnionObjectInspector
          StandardUnionObjectInspector works on union data that is stored as UnionObject.
 

Methods in org.apache.hadoop.hive.serde2.objectinspector with parameters of type UnionObjectInspector
static String ObjectInspectorUtils.getStandardUnionTypeName(UnionObjectInspector uoi)
           
 void DelegatedUnionObjectInspector.reset(UnionObjectInspector current)
           
 

Constructors in org.apache.hadoop.hive.serde2.objectinspector with parameters of type UnionObjectInspector
DelegatedUnionObjectInspector(UnionObjectInspector delegate)
           
 



Copyright © 2012 The Apache Software Foundation