public interface StringObjectInspector extends PrimitiveObjectInspector
PrimitiveObjectInspector.PrimitiveCategory
ObjectInspector.Category
Modifier and Type | Method and Description |
---|---|
String |
getPrimitiveJavaObject(Object o)
Get the String representation of the data.
|
org.apache.hadoop.io.Text |
getPrimitiveWritableObject(Object o)
Get the Text representation of the data.
|
copyObject, getJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveWritableClass, getTypeInfo, precision, preferWritable, scale
getCategory, getTypeName
org.apache.hadoop.io.Text getPrimitiveWritableObject(Object o)
getPrimitiveWritableObject
in interface PrimitiveObjectInspector
String getPrimitiveJavaObject(Object o)
getPrimitiveJavaObject
in interface PrimitiveObjectInspector
Copyright © 2017 The Apache Software Foundation. All rights reserved.