public class PhoenixBinaryObjectInspector
extends AbstractPhoenixObjectInspector<org.apache.hadoop.io.BytesWritable>
implements org.apache.hadoop.hive.serde2.objectinspector.primitive.BinaryObjectInspector
ObjectInspector for Binary type
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector
public org.apache.hadoop.io.BytesWritable getPrimitiveWritableObject(java.lang.Object o)
Specified by:
getPrimitiveWritableObject in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.BinaryObjectInspector
Specified by:
getPrimitiveWritableObject in interface org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector
Overrides:
getPrimitiveWritableObject in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.AbstractPrimitiveLazyObjectInspector<org.apache.hadoop.io.BytesWritable>