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

Packages that use SettableListObjectInspector
org.apache.hadoop.hive.serde2.lazybinary.objectinspector   
org.apache.hadoop.hive.serde2.objectinspector   
 

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

Classes in org.apache.hadoop.hive.serde2.lazybinary.objectinspector that implement SettableListObjectInspector
 class LazyBinaryListObjectInspector
          ObjectInspector for LazyBinaryList.
 

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

Classes in org.apache.hadoop.hive.serde2.objectinspector that implement SettableListObjectInspector
 class StandardConstantListObjectInspector
          A StandardListObjectInspector which also implements the ConstantObjectInspector interface.
 class StandardListObjectInspector
          DefaultListObjectInspector works on list data that is stored as a Java List or Java Array object.
 

Constructors in org.apache.hadoop.hive.serde2.objectinspector with parameters of type SettableListObjectInspector
ObjectInspectorConverters.ListConverter(ListObjectInspector inputOI, SettableListObjectInspector outputOI)
           
 



Copyright © 2011 The Apache Software Foundation