Uses of Class
org.apache.arrow.vector.holders.NullableUInt1Holder
Package
Description
-
Uses of NullableUInt1Holder in org.apache.arrow.vector
Modifier 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
Modifier 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
Modifier 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) -
Uses of NullableUInt1Holder in org.apache.arrow.vector.complex.reader
-
Uses of NullableUInt1Holder in org.apache.arrow.vector.table
Modifier 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.