public class FixedLenByteArrayPlainValuesReader extends ValuesReader
| Constructor and Description |
|---|
FixedLenByteArrayPlainValuesReader(int length) |
| Modifier and Type | Method and Description |
|---|---|
void |
initFromPage(int valueCount,
byte[] in,
int offset)
Called to initialize the column reader from a part of a page.
|
Binary |
readBytes() |
void |
skip()
Skips the next value in the page
|
getNextOffset, readBoolean, readDouble, readFloat, readInteger, readLong, readValueDictionaryIdpublic FixedLenByteArrayPlainValuesReader(int length)
public Binary readBytes()
readBytes in class ValuesReaderpublic void skip()
ValuesReaderskip in class ValuesReaderpublic void initFromPage(int valueCount,
byte[] in,
int offset)
throws IOException
ValuesReaderinitFromPage in class ValuesReadervalueCount - count of values in this pagein - the array to read from containing the page data (repetition levels, definition levels, data)offset - where to start reading from in the pageIOExceptionCopyright © 2015 The Apache Software Foundation. All rights reserved.