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, readValueDictionaryId
public FixedLenByteArrayPlainValuesReader(int length)
public Binary readBytes()
readBytes
in class ValuesReader
public void skip()
ValuesReader
skip
in class ValuesReader
public void initFromPage(int valueCount, byte[] in, int offset) throws IOException
ValuesReader
initFromPage
in class ValuesReader
valueCount
- 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 pageIOException
Copyright © 2015. All rights reserved.