Package | Description |
---|---|
org.apache.arrow.vector | |
org.apache.arrow.vector.complex | |
org.apache.arrow.vector.complex.impl | |
org.apache.arrow.vector.complex.reader |
Modifier and Type | Method and Description |
---|---|
void |
BitVector.get(int index,
NullableBitHolder holder)
Get the element at the given index from the vector and
sets the state in holder.
|
void |
BitVector.set(int index,
NullableBitHolder holder)
Set the element at the given index to the value set in data holder.
|
void |
BitVector.setSafe(int index,
NullableBitHolder holder)
Same as
BitVector.set(int, NullableBitHolder) except that it handles the
case when index is greater than or equal to existing
value capacity BaseFixedWidthVector.getValueCapacity() . |
Modifier and Type | Method and Description |
---|---|
void |
UnionVector.setSafe(int index,
NullableBitHolder holder) |
void |
DenseUnionVector.setSafe(int index,
NullableBitHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
NullReader.read(int arrayIndex,
NullableBitHolder holder) |
void |
UnionReader.read(NullableBitHolder holder) |
void |
BitReaderImpl.read(NullableBitHolder h) |
void |
NullableBitHolderReaderImpl.read(NullableBitHolder h) |
void |
NullReader.read(NullableBitHolder holder) |
void |
BitHolderReaderImpl.read(NullableBitHolder h) |
void |
DenseUnionReader.read(NullableBitHolder holder) |
void |
BitWriterImpl.write(NullableBitHolder h) |
Constructor and Description |
---|
NullableBitHolderReaderImpl(NullableBitHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
BitReader.read(NullableBitHolder h) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.