org.apache.hadoop.hive.serde2.objectinspector
Class ObjectInspectorConverters
java.lang.Object
org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorConverters
public class ObjectInspectorConverters
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectInspectorConverters
public ObjectInspectorConverters()
getConverter
public static ObjectInspectorConverters.Converter getConverter(ObjectInspector inputOI,
ObjectInspector outputOI)
- Returns a converter that converts objects from one OI to another OI.
The returned (converted) object belongs to this converter, so that it can be reused
across different calls.
Copyright © 2009 The Apache Software Foundation