Uses of Class
org.apache.arrow.vector.holders.NullableUInt4Holder
Package
Description
-
Uses of NullableUInt4Holder in org.apache.arrow.vector
Modifier and TypeMethodDescriptionvoid
UInt4Vector.get
(int index, NullableUInt4Holder holder) Get the element at the given index from the vector and sets the state in holder.void
UInt4Vector.set
(int index, NullableUInt4Holder holder) Set the element at the given index to the value set in data holder.void
UInt4Vector.setSafe
(int index, NullableUInt4Holder holder) Same asUInt4Vector.set(int, NullableUInt4Holder)
except that it handles the case when index is greater than or equal to existing value capacityBaseFixedWidthVector.getValueCapacity()
. -
Uses of NullableUInt4Holder in org.apache.arrow.vector.complex
Modifier and TypeMethodDescriptionvoid
DenseUnionVector.setSafe
(int index, NullableUInt4Holder holder) void
UnionVector.setSafe
(int index, NullableUInt4Holder holder) -
Uses of NullableUInt4Holder in org.apache.arrow.vector.complex.impl
Modifier and TypeMethodDescriptionvoid
DenseUnionReader.read
(NullableUInt4Holder holder) void
NullableUInt4HolderReaderImpl.read
(NullableUInt4Holder h) void
NullReader.read
(int arrayIndex, NullableUInt4Holder holder) void
NullReader.read
(NullableUInt4Holder holder) void
UInt4HolderReaderImpl.read
(NullableUInt4Holder h) void
UInt4ReaderImpl.read
(NullableUInt4Holder h) void
UnionReader.read
(NullableUInt4Holder holder) void
UInt4WriterImpl.write
(NullableUInt4Holder h) -
Uses of NullableUInt4Holder in org.apache.arrow.vector.complex.reader
-
Uses of NullableUInt4Holder in org.apache.arrow.vector.table
Modifier and TypeMethodDescriptionvoid
Row.getUInt4
(int columnIndex, NullableUInt4Holder holder) Updates the holder with the value at the column with the given index at the current row.void
Row.getUInt4
(String columnName, NullableUInt4Holder holder) Updates the holder with the value at the column of the given name at the current row.