public class VectorizedReaderBase extends org.apache.parquet.column.values.ValuesReader implements VectorizedValuesReader
VectorizedValuesReader.ByteBufferOutputWriter, VectorizedValuesReader.IntegerOutputWriter| Constructor and Description |
|---|
VectorizedReaderBase() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.parquet.io.api.Binary |
readBinary(int len) |
void |
readBinary(int total,
WritableBytesVector c,
int rowId) |
void |
readBooleans(int total,
WritableBooleanVector c,
int rowId) |
byte |
readByte() |
void |
readBytes(int total,
WritableByteVector c,
int rowId) |
void |
readDoubles(int total,
WritableDoubleVector c,
int rowId) |
void |
readFloats(int total,
WritableFloatVector c,
int rowId) |
void |
readIntegers(int total,
WritableIntVector c,
int rowId) |
void |
readLongs(int total,
WritableLongVector c,
int rowId) |
short |
readShort() |
void |
readShorts(int total,
WritableShortVector c,
int rowId) |
void |
skip() |
void |
skipBinary(int total) |
void |
skipBooleans(int total) |
void |
skipBytes(int total) |
void |
skipDoubles(int total) |
void |
skipFixedLenByteArray(int total,
int len) |
void |
skipFloats(int total) |
void |
skipIntegers(int total) |
void |
skipLongs(int total) |
void |
skipShorts(int total) |
getNextOffset, initFromPage, initFromPage, initFromPage, readBoolean, readBytes, readDouble, readFloat, readInteger, readLong, readValueDictionaryId, skip, updateNextOffsetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadBoolean, readDouble, readFloat, readInteger, readLongpublic void skip()
skip in class org.apache.parquet.column.values.ValuesReaderpublic byte readByte()
readByte in interface VectorizedValuesReaderpublic short readShort()
readShort in interface VectorizedValuesReaderpublic org.apache.parquet.io.api.Binary readBinary(int len)
readBinary in interface VectorizedValuesReaderpublic void readBooleans(int total,
WritableBooleanVector c,
int rowId)
readBooleans in interface VectorizedValuesReaderpublic void readBytes(int total,
WritableByteVector c,
int rowId)
readBytes in interface VectorizedValuesReaderpublic void readShorts(int total,
WritableShortVector c,
int rowId)
readShorts in interface VectorizedValuesReaderpublic void readIntegers(int total,
WritableIntVector c,
int rowId)
readIntegers in interface VectorizedValuesReaderpublic void readLongs(int total,
WritableLongVector c,
int rowId)
readLongs in interface VectorizedValuesReaderpublic void readFloats(int total,
WritableFloatVector c,
int rowId)
readFloats in interface VectorizedValuesReaderpublic void readDoubles(int total,
WritableDoubleVector c,
int rowId)
readDoubles in interface VectorizedValuesReaderpublic void readBinary(int total,
WritableBytesVector c,
int rowId)
readBinary in interface VectorizedValuesReaderpublic void skipBooleans(int total)
skipBooleans in interface VectorizedValuesReaderpublic void skipBytes(int total)
skipBytes in interface VectorizedValuesReaderpublic void skipShorts(int total)
skipShorts in interface VectorizedValuesReaderpublic void skipIntegers(int total)
skipIntegers in interface VectorizedValuesReaderpublic void skipLongs(int total)
skipLongs in interface VectorizedValuesReaderpublic void skipFloats(int total)
skipFloats in interface VectorizedValuesReaderpublic void skipDoubles(int total)
skipDoubles in interface VectorizedValuesReaderpublic void skipBinary(int total)
skipBinary in interface VectorizedValuesReaderpublic void skipFixedLenByteArray(int total,
int len)
skipFixedLenByteArray in interface VectorizedValuesReaderCopyright © 2023–2025 The Apache Software Foundation. All rights reserved.