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