public abstract static class DeserializeRead.ReadHiveVarcharResults extends DeserializeRead.ReadBytesResults
Modifier and Type | Field and Description |
---|---|
protected HiveVarcharWritable |
hiveVarcharWritable |
bytes, length, start
Constructor and Description |
---|
DeserializeRead.ReadHiveVarcharResults() |
Modifier and Type | Method and Description |
---|---|
HiveVarchar |
getHiveVarchar() |
int |
getMaxLength() |
void |
init(VarcharTypeInfo varcharTypeInfo) |
boolean |
isInit() |
protected HiveVarcharWritable hiveVarcharWritable
public DeserializeRead.ReadHiveVarcharResults()
public void init(VarcharTypeInfo varcharTypeInfo)
public boolean isInit()
public int getMaxLength()
public HiveVarchar getHiveVarchar()
Copyright © 2017 The Apache Software Foundation. All rights reserved.