public interface DeserializeRead
Modifier and Type | Interface and Description |
---|---|
static class |
DeserializeRead.ReadBinaryResults |
static class |
DeserializeRead.ReadBytesResults |
static class |
DeserializeRead.ReadDateResults |
static class |
DeserializeRead.ReadDecimalResults |
static class |
DeserializeRead.ReadHiveCharResults |
static class |
DeserializeRead.ReadHiveVarcharResults |
static class |
DeserializeRead.ReadIntervalDayTimeResults |
static class |
DeserializeRead.ReadIntervalYearMonthResults |
static class |
DeserializeRead.ReadStringResults |
static class |
DeserializeRead.ReadTimestampResults |
PrimitiveTypeInfo[] primitiveTypeInfos()
void set(byte[] bytes, int offset, int length)
boolean readCheckNull() throws IOException
IOException
void extraFieldsCheck()
boolean readBeyondConfiguredFieldsWarned()
boolean readBeyondBufferRangeWarned()
boolean bufferRangeHasExtraDataWarned()
boolean readBoolean() throws IOException
IOException
byte readByte() throws IOException
IOException
short readShort() throws IOException
IOException
int readInt() throws IOException
IOException
long readLong() throws IOException
IOException
float readFloat() throws IOException
IOException
double readDouble() throws IOException
IOException
DeserializeRead.ReadStringResults createReadStringResults()
void readString(DeserializeRead.ReadStringResults readStringResults) throws IOException
IOException
DeserializeRead.ReadHiveCharResults createReadHiveCharResults()
void readHiveChar(DeserializeRead.ReadHiveCharResults readHiveCharResults) throws IOException
IOException
DeserializeRead.ReadHiveVarcharResults createReadHiveVarcharResults()
void readHiveVarchar(DeserializeRead.ReadHiveVarcharResults readHiveVarcharResults) throws IOException
IOException
DeserializeRead.ReadBinaryResults createReadBinaryResults()
void readBinary(DeserializeRead.ReadBinaryResults readBinaryResults) throws IOException
IOException
DeserializeRead.ReadDateResults createReadDateResults()
void readDate(DeserializeRead.ReadDateResults readDateResults) throws IOException
IOException
DeserializeRead.ReadTimestampResults createReadTimestampResults()
void readTimestamp(DeserializeRead.ReadTimestampResults readTimestampResult) throws IOException
IOException
DeserializeRead.ReadIntervalYearMonthResults createReadIntervalYearMonthResults()
void readIntervalYearMonth(DeserializeRead.ReadIntervalYearMonthResults readIntervalYearMonthResult) throws IOException
IOException
DeserializeRead.ReadIntervalDayTimeResults createReadIntervalDayTimeResults()
void readIntervalDayTime(DeserializeRead.ReadIntervalDayTimeResults readIntervalDayTimeResult) throws IOException
IOException
DeserializeRead.ReadDecimalResults createReadDecimalResults()
void readHiveDecimal(DeserializeRead.ReadDecimalResults readDecimalResults) throws IOException
IOException
Copyright © 2017 The Apache Software Foundation. All rights reserved.