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

Packages that use StructObjectInspector
org.apache.hadoop.hive.ql.exec   
org.apache.hadoop.hive.serde2.lazy.objectinspector   
org.apache.hadoop.hive.serde2.lazybinary.objectinspector   
org.apache.hadoop.hive.serde2.objectinspector   
 

Uses of StructObjectInspector in org.apache.hadoop.hive.ql.exec
 

Methods in org.apache.hadoop.hive.ql.exec that return StructObjectInspector
protected static StructObjectInspector Operator.initEvaluatorsAndReturnStruct(ExprNodeEvaluator[] evals, List<String> outputColName, ObjectInspector rowInspector)
          Initialize an array of ExprNodeEvaluator and put the return values into a StructObjectInspector with integer field names.
 

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

Subclasses of StructObjectInspector in org.apache.hadoop.hive.serde2.lazy.objectinspector
 class LazySimpleStructObjectInspector
          LazySimpleStructObjectInspector works on struct data that is stored in LazyStruct.
 

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

Subclasses of StructObjectInspector in org.apache.hadoop.hive.serde2.lazybinary.objectinspector
 class LazyBinaryStructObjectInspector
          ObjectInspector for LazyBinaryStruct
 

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

Subclasses of StructObjectInspector in org.apache.hadoop.hive.serde2.objectinspector
 class MetadataListStructObjectInspector
          StructObjectInspector works on struct data that is stored as a Java List or Java Array object.
 class ReflectionStructObjectInspector
          ReflectionStructObjectInspector works on struct data that is stored as a native Java object.
 class StandardStructObjectInspector
          ListStructObjectInspector works on struct data that is stored as a Java List or Java Array object.
 class UnionStructObjectInspector
          UnionStructObjectInspector unions several struct data into a single struct.
 

Methods in org.apache.hadoop.hive.serde2.objectinspector with parameters of type StructObjectInspector
static String ObjectInspectorUtils.getFieldNames(StructObjectInspector soi)
          Get the list of field names as csv from a StructObjectInspector.
static String ObjectInspectorUtils.getFieldTypes(StructObjectInspector soi)
          Get the list of field type as csv from a StructObjectInspector.
static String ObjectInspectorUtils.getStandardStructTypeName(StructObjectInspector soi)
           
 

Method parameters in org.apache.hadoop.hive.serde2.objectinspector with type arguments of type StructObjectInspector
static UnionStructObjectInspector ObjectInspectorFactory.getUnionStructObjectInspector(List<StructObjectInspector> structObjectInspectors)
           
 

Constructor parameters in org.apache.hadoop.hive.serde2.objectinspector with type arguments of type StructObjectInspector
UnionStructObjectInspector(List<StructObjectInspector> unionObjectInspectors)
           
 



Copyright © 2009 The Apache Software Foundation