Uses of Class
org.apache.arrow.vector.holders.NullableUInt8Holder
Package
Description
-
Uses of NullableUInt8Holder in org.apache.arrow.vector
Modifier and TypeMethodDescriptionvoid
UInt8Vector.get
(int index, NullableUInt8Holder holder) Get the element at the given index from the vector and sets the state in holder.void
UInt8Vector.set
(int index, NullableUInt8Holder holder) Set the element at the given index to the value set in data holder.void
UInt8Vector.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
Modifier and TypeMethodDescriptionvoid
DenseUnionVector.setSafe
(int index, NullableUInt8Holder holder) void
UnionVector.setSafe
(int index, NullableUInt8Holder holder) -
Uses of NullableUInt8Holder in org.apache.arrow.vector.complex.impl
Modifier and TypeMethodDescriptionvoid
DenseUnionReader.read
(NullableUInt8Holder holder) void
NullableUInt8HolderReaderImpl.read
(NullableUInt8Holder h) void
NullReader.read
(int arrayIndex, NullableUInt8Holder holder) void
NullReader.read
(NullableUInt8Holder holder) void
UInt8HolderReaderImpl.read
(NullableUInt8Holder h) void
UInt8ReaderImpl.read
(NullableUInt8Holder h) void
UnionReader.read
(NullableUInt8Holder holder) void
UInt8WriterImpl.write
(NullableUInt8Holder h) -
Uses of NullableUInt8Holder in org.apache.arrow.vector.complex.reader
-
Uses of NullableUInt8Holder in org.apache.arrow.vector.table
Modifier and TypeMethodDescriptionvoid
Row.getUInt8
(int columnIndex, NullableUInt8Holder holder) Updates the holder with the value in the column with the given index at the current row.void
Row.getUInt8
(String columnName, NullableUInt8Holder holder) Updates the holder with the value in the column of the given name at the current row.