public interface SettableStringObjectInspector extends StringObjectInspector
PrimitiveObjectInspector.PrimitiveCategory
ObjectInspector.Category
Modifier and Type | Method and Description |
---|---|
Object |
create(String value)
Create an object with the value.
|
Object |
create(org.apache.hadoop.io.Text value)
Create an object with the value.
|
Object |
set(Object o,
String value)
Set the object with the value.
|
Object |
set(Object o,
org.apache.hadoop.io.Text value)
Set the object with the value.
|
getPrimitiveJavaObject, getPrimitiveWritableObject
copyObject, getJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveWritableClass, getTypeInfo, precision, preferWritable, scale
getCategory, getTypeName
Object set(Object o, org.apache.hadoop.io.Text value)
Object set(Object o, String value)
Object create(org.apache.hadoop.io.Text value)
Copyright © 2017 The Apache Software Foundation. All rights reserved.