public class VectorizedDeltaLengthByteArrayReader extends VectorizedReaderBase implements VectorizedValuesReader
VectorizedValuesReader.ByteBufferOutputWriter, VectorizedValuesReader.IntegerOutputWriter
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
getBytes(int rowId) |
void |
initFromPage(int valueCount,
org.apache.parquet.bytes.ByteBufferInputStream in) |
void |
readBinary(int total,
WritableBytesVector c,
int rowId) |
void |
skipBinary(int total) |
readBinary, readBooleans, readByte, readBytes, readDoubles, readFloats, readIntegers, readLongs, readShort, readShorts, skip, skipBooleans, skipBytes, skipDoubles, skipFixedLenByteArray, skipFloats, skipIntegers, skipLongs, skipShorts
getNextOffset, initFromPage, initFromPage, readBoolean, readBytes, readDouble, readFloat, readInteger, readLong, readValueDictionaryId, skip, updateNextOffset
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
readBinary, readBoolean, readBooleans, readByte, readBytes, readDouble, readDoubles, readFloat, readFloats, readInteger, readIntegers, readLong, readLongs, readShort, readShorts, skipBooleans, skipBytes, skipDoubles, skipFixedLenByteArray, skipFloats, skipIntegers, skipLongs, skipShorts
public void initFromPage(int valueCount, org.apache.parquet.bytes.ByteBufferInputStream in) throws IOException
initFromPage
in class org.apache.parquet.column.values.ValuesReader
IOException
public void readBinary(int total, WritableBytesVector c, int rowId)
readBinary
in interface VectorizedValuesReader
readBinary
in class VectorizedReaderBase
public ByteBuffer getBytes(int rowId)
public void skipBinary(int total)
skipBinary
in interface VectorizedValuesReader
skipBinary
in class VectorizedReaderBase
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.