Uses of Class
org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorUtils.ObjectInspectorCopyOption

Packages that use ObjectInspectorUtils.ObjectInspectorCopyOption
org.apache.hadoop.hive.serde2.objectinspector   
 

Uses of ObjectInspectorUtils.ObjectInspectorCopyOption in org.apache.hadoop.hive.serde2.objectinspector
 

Methods in org.apache.hadoop.hive.serde2.objectinspector that return ObjectInspectorUtils.ObjectInspectorCopyOption
static ObjectInspectorUtils.ObjectInspectorCopyOption ObjectInspectorUtils.ObjectInspectorCopyOption.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ObjectInspectorUtils.ObjectInspectorCopyOption[] ObjectInspectorUtils.ObjectInspectorCopyOption.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.hive.serde2.objectinspector with parameters of type ObjectInspectorUtils.ObjectInspectorCopyOption
static Object ObjectInspectorUtils.copyToStandardObject(Object o, ObjectInspector oi, ObjectInspectorUtils.ObjectInspectorCopyOption objectInspectorOption)
           
static ObjectInspector ObjectInspectorUtils.getStandardObjectInspector(ObjectInspector oi, ObjectInspectorUtils.ObjectInspectorCopyOption objectInspectorOption)
           
static void ObjectInspectorUtils.partialCopyToStandardObject(List<Object> result, Object row, int startCol, int numCols, StructObjectInspector soi, ObjectInspectorUtils.ObjectInspectorCopyOption objectInspectorOption)
          Copy specified fields in the input row to the output array of standard objects.
 



Copyright © 2010 The Apache Software Foundation