org.apache.hadoop.hive.serde2.objectinspector.primitive
Class PrimitiveObjectInspectorConverter.ShortConverter
java.lang.Object
org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter.ShortConverter
- All Implemented Interfaces:
- ObjectInspectorConverters.Converter
- Enclosing class:
- PrimitiveObjectInspectorConverter
public static class PrimitiveObjectInspectorConverter.ShortConverter
- extends Object
- implements ObjectInspectorConverters.Converter
A converter for the short type.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrimitiveObjectInspectorConverter.ShortConverter
public PrimitiveObjectInspectorConverter.ShortConverter(PrimitiveObjectInspector inputOI,
SettableShortObjectInspector outputOI)
convert
public Object convert(Object input)
- Specified by:
convert
in interface ObjectInspectorConverters.Converter
Copyright © 2010 The Apache Software Foundation