Uses of Class
org.apache.arrow.vector.holders.NullableBitHolder
Package
Description
-
Uses of NullableBitHolder in org.apache.arrow.vector
Modifier and TypeMethodDescriptionvoid
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 asBitVector.set(int, NullableBitHolder)
except that it handles the case when index is greater than or equal to existing value capacityBaseFixedWidthVector.getValueCapacity()
. -
Uses of NullableBitHolder in org.apache.arrow.vector.complex
Modifier and TypeMethodDescriptionvoid
DenseUnionVector.setSafe
(int index, NullableBitHolder holder) void
UnionVector.setSafe
(int index, NullableBitHolder holder) -
Uses of NullableBitHolder in org.apache.arrow.vector.complex.impl
Modifier and TypeMethodDescriptionvoid
BitHolderReaderImpl.read
(NullableBitHolder h) void
BitReaderImpl.read
(NullableBitHolder h) void
DenseUnionReader.read
(NullableBitHolder holder) void
NullableBitHolderReaderImpl.read
(NullableBitHolder h) void
NullReader.read
(int arrayIndex, NullableBitHolder holder) void
NullReader.read
(NullableBitHolder holder) void
UnionReader.read
(NullableBitHolder holder) void
BitWriterImpl.write
(NullableBitHolder h) -
Uses of NullableBitHolder in org.apache.arrow.vector.complex.reader
-
Uses of NullableBitHolder in org.apache.arrow.vector.table
Modifier and TypeMethodDescriptionvoid
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.