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