Uses of Class
org.apache.hadoop.hive.serde2.objectinspector.StandardListObjectInspector

Packages that use StandardListObjectInspector
org.apache.hadoop.hive.ql.udf.generic Standard toolkit and framework for generic User-defined functions. 
org.apache.hadoop.hive.serde2.lazybinary.objectinspector   
org.apache.hadoop.hive.serde2.objectinspector   
 

Uses of StandardListObjectInspector in org.apache.hadoop.hive.ql.udf.generic
 

Fields in org.apache.hadoop.hive.ql.udf.generic declared as StandardListObjectInspector
protected  StandardListObjectInspector GenericUDAFPercentileApprox.GenericUDAFPercentileApproxEvaluator.loi
           
 

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

Subclasses of StandardListObjectInspector in org.apache.hadoop.hive.serde2.lazybinary.objectinspector
 class LazyBinaryListObjectInspector
          ObjectInspector for LazyBinaryList.
 

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

Subclasses of StandardListObjectInspector in org.apache.hadoop.hive.serde2.objectinspector
 class StandardConstantListObjectInspector
          A StandardListObjectInspector which also implements the ConstantObjectInspector interface.
 

Methods in org.apache.hadoop.hive.serde2.objectinspector that return StandardListObjectInspector
static StandardListObjectInspector ObjectInspectorFactory.getStandardListObjectInspector(ObjectInspector listElementObjectInspector)
           
 



Copyright © 2012 The Apache Software Foundation