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

Packages that use MapObjectInspector
org.apache.hadoop.hive.serde2.lazy.objectinspector   
org.apache.hadoop.hive.serde2.lazybinary.objectinspector   
org.apache.hadoop.hive.serde2.objectinspector   
 

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

Classes in org.apache.hadoop.hive.serde2.lazy.objectinspector that implement MapObjectInspector
 class LazyMapObjectInspector
          LazyMapObjectInspector works on struct data that is stored in LazyStruct.
 

Uses of MapObjectInspector in org.apache.hadoop.hive.serde2.lazybinary.objectinspector
 

Classes in org.apache.hadoop.hive.serde2.lazybinary.objectinspector that implement MapObjectInspector
 class LazyBinaryMapObjectInspector
          ObjectInspector for LazyBinaryMap.
 

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

Subinterfaces of MapObjectInspector in org.apache.hadoop.hive.serde2.objectinspector
 interface SettableMapObjectInspector
          SettableMapObjectInspector.
 

Classes in org.apache.hadoop.hive.serde2.objectinspector that implement MapObjectInspector
 class StandardMapObjectInspector
          StandardMapObjectInspector works on map data that is stored as a Java Map object.
 

Constructors in org.apache.hadoop.hive.serde2.objectinspector with parameters of type MapObjectInspector
ObjectInspectorConverters.MapConverter(MapObjectInspector inputOI, SettableMapObjectInspector outputOI)
           
 



Copyright © 2011 The Apache Software Foundation