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

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

Uses of ListObjectInspector in org.apache.hadoop.hive.serde2
 

Classes in org.apache.hadoop.hive.serde2 that implement ListObjectInspector
 class CustomNonSettableListObjectInspector1
           
 

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

Classes in org.apache.hadoop.hive.serde2.lazy.objectinspector that implement ListObjectInspector
 class LazyListObjectInspector
          LazyListObjectInspector works on array data that is stored in LazyArray.
 

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

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

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

Subinterfaces of ListObjectInspector in org.apache.hadoop.hive.serde2.objectinspector
 interface SettableListObjectInspector
          SettableListObjectInspector.
 

Classes in org.apache.hadoop.hive.serde2.objectinspector that implement ListObjectInspector
 class DelegatedListObjectInspector
           
 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.
 

Methods in org.apache.hadoop.hive.serde2.objectinspector with parameters of type ListObjectInspector
 void DelegatedListObjectInspector.reset(ListObjectInspector delegate)
           
 

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



Copyright © 2012 The Apache Software Foundation