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 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)
           
 



Copyright © 2011 The Apache Software Foundation