Uses of Class
org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorFactory.ObjectInspectorOptions

Packages that use ObjectInspectorFactory.ObjectInspectorOptions
org.apache.hadoop.hive.serde2   
org.apache.hadoop.hive.serde2.objectinspector   
org.apache.hadoop.hive.serde2.thrift   
 

Uses of ObjectInspectorFactory.ObjectInspectorOptions in org.apache.hadoop.hive.serde2
 

Methods in org.apache.hadoop.hive.serde2 that return ObjectInspectorFactory.ObjectInspectorOptions
protected  ObjectInspectorFactory.ObjectInspectorOptions TypedSerDe.getObjectInspectorOptions()
           
 

Uses of ObjectInspectorFactory.ObjectInspectorOptions in org.apache.hadoop.hive.serde2.objectinspector
 

Methods in org.apache.hadoop.hive.serde2.objectinspector that return ObjectInspectorFactory.ObjectInspectorOptions
static ObjectInspectorFactory.ObjectInspectorOptions ObjectInspectorFactory.ObjectInspectorOptions.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ObjectInspectorFactory.ObjectInspectorOptions[] ObjectInspectorFactory.ObjectInspectorOptions.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 ObjectInspectorFactory.ObjectInspectorOptions
static ObjectInspector ObjectInspectorFactory.getReflectionObjectInspector(Type t, ObjectInspectorFactory.ObjectInspectorOptions options)
           
 

Uses of ObjectInspectorFactory.ObjectInspectorOptions in org.apache.hadoop.hive.serde2.thrift
 

Methods in org.apache.hadoop.hive.serde2.thrift that return ObjectInspectorFactory.ObjectInspectorOptions
protected  ObjectInspectorFactory.ObjectInspectorOptions ThriftByteStreamTypedSerDe.getObjectInspectorOptions()
           
 



Copyright © 2012 The Apache Software Foundation