public class BooleanPlainValuesReader extends ValuesReader
Constructor and Description |
---|
BooleanPlainValuesReader() |
Modifier and Type | Method and Description |
---|---|
int |
getNextOffset()
Called to return offset of the next section
|
void |
initFromPage(int valueCount,
byte[] in,
int offset)
Called to initialize the column reader from a part of a page.
|
boolean |
readBoolean() |
void |
skip()
Skips the next value in the page
|
readBytes, readDouble, readFloat, readInteger, readLong, readValueDictionaryId
public boolean readBoolean()
readBoolean
in class ValuesReader
ValuesReader.readBoolean()
public void skip()
skip
in class ValuesReader
parquet.column.values.ValuesReader#skipBoolean()
public void initFromPage(int valueCount, byte[] in, int offset) throws IOException
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
parquet.column.values.ValuesReader#initFromPage(byte[], int)
public int getNextOffset()
ValuesReader
getNextOffset
in class ValuesReader
Copyright © 2015. All rights reserved.