org.apache.hadoop.hive.serde2.objectinspector
Class DelegatedObjectInspectorFactory

java.lang.Object
  extended by org.apache.hadoop.hive.serde2.objectinspector.DelegatedObjectInspectorFactory

public class DelegatedObjectInspectorFactory
extends Object


Constructor Summary
DelegatedObjectInspectorFactory()
           
 
Method Summary
static ObjectInspector reset(ObjectInspector prev, ObjectInspector current)
           
static ObjectInspector wrap(ObjectInspector inspector)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelegatedObjectInspectorFactory

public DelegatedObjectInspectorFactory()
Method Detail

wrap

public static ObjectInspector wrap(ObjectInspector inspector)

reset

public static ObjectInspector reset(ObjectInspector prev,
                                    ObjectInspector current)


Copyright © 2012 The Apache Software Foundation