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
IOExceptionvoid extraFieldsCheck()
boolean readBeyondConfiguredFieldsWarned()
boolean readBeyondBufferRangeWarned()
boolean bufferRangeHasExtraDataWarned()
boolean readBoolean()
throws IOException
IOExceptionbyte readByte()
throws IOException
IOExceptionshort readShort()
throws IOException
IOExceptionint readInt()
throws IOException
IOExceptionlong readLong()
throws IOException
IOExceptionfloat readFloat()
throws IOException
IOExceptiondouble readDouble()
throws IOException
IOExceptionDeserializeRead.ReadStringResults createReadStringResults()
void readString(DeserializeRead.ReadStringResults readStringResults) throws IOException
IOExceptionDeserializeRead.ReadHiveCharResults createReadHiveCharResults()
void readHiveChar(DeserializeRead.ReadHiveCharResults readHiveCharResults) throws IOException
IOExceptionDeserializeRead.ReadHiveVarcharResults createReadHiveVarcharResults()
void readHiveVarchar(DeserializeRead.ReadHiveVarcharResults readHiveVarcharResults) throws IOException
IOExceptionDeserializeRead.ReadBinaryResults createReadBinaryResults()
void readBinary(DeserializeRead.ReadBinaryResults readBinaryResults) throws IOException
IOExceptionDeserializeRead.ReadDateResults createReadDateResults()
void readDate(DeserializeRead.ReadDateResults readDateResults) throws IOException
IOExceptionDeserializeRead.ReadTimestampResults createReadTimestampResults()
void readTimestamp(DeserializeRead.ReadTimestampResults readTimestampResult) throws IOException
IOExceptionDeserializeRead.ReadIntervalYearMonthResults createReadIntervalYearMonthResults()
void readIntervalYearMonth(DeserializeRead.ReadIntervalYearMonthResults readIntervalYearMonthResult) throws IOException
IOExceptionDeserializeRead.ReadIntervalDayTimeResults createReadIntervalDayTimeResults()
void readIntervalDayTime(DeserializeRead.ReadIntervalDayTimeResults readIntervalDayTimeResult) throws IOException
IOExceptionDeserializeRead.ReadDecimalResults createReadDecimalResults()
void readHiveDecimal(DeserializeRead.ReadDecimalResults readDecimalResults) throws IOException
IOExceptionCopyright © 2017 The Apache Software Foundation. All rights reserved.