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

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

Uses of ObjectInspectorUtils.ObjectInspectorCopyOption in org.apache.hadoop.hive.ql.udf.generic
 

Methods in org.apache.hadoop.hive.ql.udf.generic with parameters of type ObjectInspectorUtils.ObjectInspectorCopyOption
static Object[] GenericUDAFRank.copyToStandardObject(Object[] o, ObjectInspector[] oi, ObjectInspectorUtils.ObjectInspectorCopyOption objectInspectorOption)
           
 

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 void ObjectInspectorUtils.copyToStandardObject(List<Object> result, Object row, StructObjectInspector soi, ObjectInspectorUtils.ObjectInspectorCopyOption objectInspectorOption)
          Copy fields in the input row to the output array of standard objects.
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 © 2012 The Apache Software Foundation