public class VarcharStringOptionInspector extends AbstractValueInspector implements org.apache.hadoop.hive.serde2.objectinspector.primitive.HiveVarcharObjectInspector
StringOption
object.Constructor and Description |
---|
VarcharStringOptionInspector()
Creates a new instance.
|
VarcharStringOptionInspector(int length)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.hive.common.type.HiveVarchar |
getPrimitiveJavaObject(Object o) |
org.apache.hadoop.hive.serde2.io.HiveVarcharWritable |
getPrimitiveWritableObject(Object o) |
protected ValueOption<?> |
newObject()
Creates a new instance for supported
ValueOption type. |
boolean |
preferWritable() |
copyObject
getCategory, getJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveWritableClass, getTypeInfo, getTypeName, precision, scale
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public VarcharStringOptionInspector()
public VarcharStringOptionInspector(int length)
length
- character string lengthprotected ValueOption<?> newObject()
AbstractValueInspector
ValueOption
type.newObject
in class AbstractValueInspector
public org.apache.hadoop.hive.common.type.HiveVarchar getPrimitiveJavaObject(Object o)
getPrimitiveJavaObject
in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.HiveVarcharObjectInspector
getPrimitiveJavaObject
in interface org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector
public org.apache.hadoop.hive.serde2.io.HiveVarcharWritable getPrimitiveWritableObject(Object o)
getPrimitiveWritableObject
in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.HiveVarcharObjectInspector
getPrimitiveWritableObject
in interface org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector
public boolean preferWritable()
preferWritable
in interface org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector
preferWritable
in class AbstractValueInspector
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.