public class PaimonVarcharObjectInspector extends org.apache.hadoop.hive.serde2.objectinspector.primitive.AbstractPrimitiveJavaObjectInspector implements org.apache.hadoop.hive.serde2.objectinspector.primitive.HiveVarcharObjectInspector, WriteableObjectInspector
AbstractPrimitiveJavaObjectInspector
for VARCHAR type.Constructor and Description |
---|
PaimonVarcharObjectInspector(int len) |
Modifier and Type | Method and Description |
---|---|
BinaryString |
convert(Object value) |
Object |
copyObject(Object o) |
org.apache.hadoop.hive.common.type.HiveVarchar |
getPrimitiveJavaObject(Object o) |
org.apache.hadoop.hive.serde2.io.HiveVarcharWritable |
getPrimitiveWritableObject(Object o) |
preferWritable
getCategory, getJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveWritableClass, getTypeInfo, getTypeName, precision, scale
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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
getPrimitiveJavaObject
in class org.apache.hadoop.hive.serde2.objectinspector.primitive.AbstractPrimitiveJavaObjectInspector
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 Object copyObject(Object o)
copyObject
in interface org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector
copyObject
in class org.apache.hadoop.hive.serde2.objectinspector.primitive.AbstractPrimitiveJavaObjectInspector
public BinaryString convert(Object value)
convert
in interface WriteableObjectInspector
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.