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 |
NullableBitHolderReaderImpl.read(NullableBitHolder h) |
void |
DenseUnionReader.read(NullableBitHolder holder) |
void |
NullReader.read(NullableBitHolder holder) |
void |
BitHolderReaderImpl.read(NullableBitHolder h) |
void |
BitReaderImpl.read(NullableBitHolder h) |
void |
BitWriterImpl.write(NullableBitHolder h) |
Constructor and Description |
---|
NullableBitHolderReaderImpl(NullableBitHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
BitReader.read(NullableBitHolder h) |
Modifier and Type | Method and Description |
---|---|
void |
Row.getBit(int columnIndex,
NullableBitHolder holder)
Updates the holder with the value in the column with the given index at the current row.
|
void |
Row.getBit(String columnName,
NullableBitHolder holder)
Updates the holder with the value in the column of the given name at the current row.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.