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 TypeMethodDescriptionvoidBitVector.get(int index, NullableBitHolder holder) Get the element at the given index from the vector and sets the state in holder.voidBitVector.set(int index, NullableBitHolder holder) Set the element at the given index to the value set in data holder.voidBitVector.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 TypeMethodDescriptionvoidDenseUnionVector.setSafe(int index, NullableBitHolder holder) voidUnionVector.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 TypeMethodDescriptionvoidBitHolderReaderImpl.read(NullableBitHolder h) voidBitReaderImpl.read(NullableBitHolder h) voidDenseUnionReader.read(NullableBitHolder holder) voidNullableBitHolderReaderImpl.read(NullableBitHolder h) voidNullReader.read(int arrayIndex, NullableBitHolder holder) voidNullReader.read(NullableBitHolder holder) voidUnionReader.read(NullableBitHolder holder) voidBitWriterImpl.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 TypeMethodDescriptionvoidRow.getBit(int columnIndex, NullableBitHolder holder) Updates the holder with the value in the column with the given index at the current row.voidRow.getBit(String columnName, NullableBitHolder holder) Updates the holder with the value in the column of the given name at the current row.