Uses of Class
org.apache.arrow.vector.holders.NullableUInt8Holder
Packages that use NullableUInt8Holder
Package
Description
-
Uses of NullableUInt8Holder in org.apache.arrow.vector
Methods in org.apache.arrow.vector with parameters of type NullableUInt8HolderModifier and TypeMethodDescriptionvoidUInt8Vector.get(int index, NullableUInt8Holder holder) Get the element at the given index from the vector and sets the state in holder.voidUInt8Vector.set(int index, NullableUInt8Holder holder) Set the element at the given index to the value set in data holder.voidUInt8Vector.setSafe(int index, NullableUInt8Holder holder) Same asUInt8Vector.set(int, NullableUInt8Holder)except that it handles the case when index is greater than or equal to existing value capacityBaseFixedWidthVector.getValueCapacity(). -
Uses of NullableUInt8Holder in org.apache.arrow.vector.complex
Methods in org.apache.arrow.vector.complex with parameters of type NullableUInt8HolderModifier and TypeMethodDescriptionvoidDenseUnionVector.setSafe(int index, NullableUInt8Holder holder) voidUnionVector.setSafe(int index, NullableUInt8Holder holder) -
Uses of NullableUInt8Holder in org.apache.arrow.vector.complex.impl
Methods in org.apache.arrow.vector.complex.impl with parameters of type NullableUInt8HolderModifier and TypeMethodDescriptionvoidDenseUnionReader.read(NullableUInt8Holder holder) voidNullableUInt8HolderReaderImpl.read(NullableUInt8Holder h) voidNullReader.read(int arrayIndex, NullableUInt8Holder holder) voidNullReader.read(NullableUInt8Holder holder) voidUInt8HolderReaderImpl.read(NullableUInt8Holder h) voidUInt8ReaderImpl.read(NullableUInt8Holder h) voidUnionReader.read(NullableUInt8Holder holder) voidUInt8WriterImpl.write(NullableUInt8Holder h) Constructors in org.apache.arrow.vector.complex.impl with parameters of type NullableUInt8Holder -
Uses of NullableUInt8Holder in org.apache.arrow.vector.complex.reader
Methods in org.apache.arrow.vector.complex.reader with parameters of type NullableUInt8Holder -
Uses of NullableUInt8Holder in org.apache.arrow.vector.table
Methods in org.apache.arrow.vector.table with parameters of type NullableUInt8HolderModifier and TypeMethodDescriptionvoidRow.getUInt8(int columnIndex, NullableUInt8Holder holder) Updates the holder with the value in the column with the given index at the current row.voidRow.getUInt8(String columnName, NullableUInt8Holder holder) Updates the holder with the value in the column of the given name at the current row.