Uses of Class
org.apache.arrow.vector.holders.NullableUInt1Holder
Packages that use NullableUInt1Holder
Package
Description
-
Uses of NullableUInt1Holder in org.apache.arrow.vector
Methods in org.apache.arrow.vector with parameters of type NullableUInt1HolderModifier and TypeMethodDescriptionvoid
UInt1Vector.get
(int index, NullableUInt1Holder holder) Get the element at the given index from the vector and sets the state in holder.void
UInt1Vector.set
(int index, NullableUInt1Holder holder) Set the element at the given index to the value set in data holder.void
UInt1Vector.setSafe
(int index, NullableUInt1Holder holder) Same asUInt1Vector.set(int, NullableUInt1Holder)
except that it handles the case when index is greater than or equal to existing value capacityBaseFixedWidthVector.getValueCapacity()
. -
Uses of NullableUInt1Holder in org.apache.arrow.vector.complex
Methods in org.apache.arrow.vector.complex with parameters of type NullableUInt1HolderModifier and TypeMethodDescriptionvoid
DenseUnionVector.setSafe
(int index, NullableUInt1Holder holder) void
UnionVector.setSafe
(int index, NullableUInt1Holder holder) -
Uses of NullableUInt1Holder in org.apache.arrow.vector.complex.impl
Methods in org.apache.arrow.vector.complex.impl with parameters of type NullableUInt1HolderModifier and TypeMethodDescriptionvoid
DenseUnionReader.read
(NullableUInt1Holder holder) void
NullableUInt1HolderReaderImpl.read
(NullableUInt1Holder h) void
NullReader.read
(int arrayIndex, NullableUInt1Holder holder) void
NullReader.read
(NullableUInt1Holder holder) void
UInt1HolderReaderImpl.read
(NullableUInt1Holder h) void
UInt1ReaderImpl.read
(NullableUInt1Holder h) void
UnionReader.read
(NullableUInt1Holder holder) void
UInt1WriterImpl.write
(NullableUInt1Holder h) Constructors in org.apache.arrow.vector.complex.impl with parameters of type NullableUInt1Holder -
Uses of NullableUInt1Holder in org.apache.arrow.vector.complex.reader
Methods in org.apache.arrow.vector.complex.reader with parameters of type NullableUInt1Holder -
Uses of NullableUInt1Holder in org.apache.arrow.vector.table
Methods in org.apache.arrow.vector.table with parameters of type NullableUInt1HolderModifier and TypeMethodDescriptionvoid
Row.getUInt1
(int columnIndex, NullableUInt1Holder holder) Updates the holder with the value in the column with the given index at the current row.void
Row.getUInt1
(String columnName, NullableUInt1Holder holder) Updates the holder with the value in the column of the given name at the current row.