public class ParquetStringInspector extends JavaStringObjectInspector implements SettableStringObjectInspector
PrimitiveObjectInspector.PrimitiveCategoryObjectInspector.CategorytypeInfo| Modifier and Type | Method and Description |
|---|---|
Object |
create(String string)
Create an object with the value.
|
Object |
create(org.apache.hadoop.io.Text text)
Create an object with the value.
|
String |
getPrimitiveJavaObject(Object o)
Get the Java Primitive object.
|
org.apache.hadoop.io.Text |
getPrimitiveWritableObject(Object o)
Get the Text representation of the data.
|
Object |
set(Object o,
String string)
Set the object with the value.
|
Object |
set(Object o,
org.apache.hadoop.io.Text text)
Set the object with the value.
|
copyObject, preferWritablegetCategory, getJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveWritableClass, getTypeInfo, getTypeName, precision, scaleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcopyObject, getJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveWritableClass, getTypeInfo, precision, preferWritable, scalegetCategory, getTypeNamepublic org.apache.hadoop.io.Text getPrimitiveWritableObject(Object o)
StringObjectInspectorgetPrimitiveWritableObject in interface StringObjectInspectorgetPrimitiveWritableObject in interface PrimitiveObjectInspectorgetPrimitiveWritableObject in class JavaStringObjectInspectorpublic String getPrimitiveJavaObject(Object o)
PrimitiveObjectInspectorgetPrimitiveJavaObject in interface StringObjectInspectorgetPrimitiveJavaObject in interface PrimitiveObjectInspectorgetPrimitiveJavaObject in class JavaStringObjectInspectorpublic Object set(Object o, org.apache.hadoop.io.Text text)
SettableStringObjectInspectorset in interface SettableStringObjectInspectorset in class JavaStringObjectInspectorpublic Object set(Object o, String string)
SettableStringObjectInspectorset in interface SettableStringObjectInspectorset in class JavaStringObjectInspectorpublic Object create(org.apache.hadoop.io.Text text)
SettableStringObjectInspectorcreate in interface SettableStringObjectInspectorcreate in class JavaStringObjectInspectorpublic Object create(String string)
SettableStringObjectInspectorcreate in interface SettableStringObjectInspectorcreate in class JavaStringObjectInspectorCopyright © 2019 The Apache Software Foundation. All Rights Reserved.