Uses of Class
org.apache.arrow.vector.holders.NullableBitHolder
Packages that use NullableBitHolder
Package
Description
-
Uses of NullableBitHolder in org.apache.arrow.vector
Methods in org.apache.arrow.vector with parameters of type NullableBitHolderModifier 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
Methods in org.apache.arrow.vector.complex with parameters of type NullableBitHolderModifier 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
Methods in org.apache.arrow.vector.complex.impl with parameters of type NullableBitHolderModifier 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) Constructors in org.apache.arrow.vector.complex.impl with parameters of type NullableBitHolder -
Uses of NullableBitHolder in org.apache.arrow.vector.complex.reader
Methods in org.apache.arrow.vector.complex.reader with parameters of type NullableBitHolder -
Uses of NullableBitHolder in org.apache.arrow.vector.table
Methods in org.apache.arrow.vector.table with parameters of type NullableBitHolderModifier 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.