Uses of Class
org.apache.hadoop.hive.serde2.lazy.objectinspector.LazySimpleStructObjectInspector

Packages that use LazySimpleStructObjectInspector
org.apache.hadoop.hive.serde2.lazy   
org.apache.hadoop.hive.serde2.lazy.objectinspector   
 

Uses of LazySimpleStructObjectInspector in org.apache.hadoop.hive.serde2.lazy
 

Constructors in org.apache.hadoop.hive.serde2.lazy with parameters of type LazySimpleStructObjectInspector
LazyStruct(LazySimpleStructObjectInspector oi)
          Construct a LazyStruct object with the ObjectInspector.
 

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

Methods in org.apache.hadoop.hive.serde2.lazy.objectinspector that return LazySimpleStructObjectInspector
static LazySimpleStructObjectInspector LazyObjectInspectorFactory.getLazySimpleStructObjectInspector(List<String> structFieldNames, List<ObjectInspector> structFieldObjectInspectors, byte separator, org.apache.hadoop.io.Text nullSequence, boolean lastColumnTakesRest, boolean escaped, byte escapeChar)
           
static LazySimpleStructObjectInspector LazyObjectInspectorFactory.getLazySimpleStructObjectInspector(List<String> structFieldNames, List<ObjectInspector> structFieldObjectInspectors, List<String> structFieldComments, byte separator, org.apache.hadoop.io.Text nullSequence, boolean lastColumnTakesRest, boolean escaped, byte escapeChar)
           
 



Copyright © 2011 The Apache Software Foundation