public interface SettableStringObjectInspector extends StringObjectInspector
PrimitiveObjectInspector.PrimitiveCategoryObjectInspector.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, getPrimitiveWritableObjectcopyObject, getJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveWritableClass, getTypeInfo, precision, preferWritable, scalegetCategory, getTypeNameObject 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.