public class PhoenixStringObjectInspector
extends AbstractPhoenixObjectInspector<org.apache.hadoop.io.Text>
implements org.apache.hadoop.hive.serde2.objectinspector.primitive.StringObjectInspector
ObjectInspector for string type
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector
public org.apache.hadoop.io.Text getPrimitiveWritableObject(java.lang.Object o)
Specified by:
getPrimitiveWritableObject in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.StringObjectInspector
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.Text>