|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorConverters
public final class ObjectInspectorConverters
ObjectInspectorConverters.
Nested Class Summary | |
---|---|
static interface |
ObjectInspectorConverters.Converter
A converter which will convert objects with one ObjectInspector to another. |
static class |
ObjectInspectorConverters.IdentityConverter
IdentityConverter. |
static class |
ObjectInspectorConverters.ListConverter
A converter class for List. |
static class |
ObjectInspectorConverters.MapConverter
A converter class for Map. |
static class |
ObjectInspectorConverters.StructConverter
A converter class for Struct. |
Method Summary | |
---|---|
static ObjectInspectorConverters.Converter |
getConverter(ObjectInspector inputOI,
ObjectInspector outputOI)
Returns a converter that converts objects from one OI to another OI. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ObjectInspectorConverters.Converter getConverter(ObjectInspector inputOI, ObjectInspector outputOI)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |