Uses of Class
org.apache.arrow.vector.holders.UInt8Holder
Packages that use UInt8Holder
Package
Description
-
Uses of UInt8Holder in org.apache.arrow.vector
Methods in org.apache.arrow.vector with parameters of type UInt8HolderModifier and TypeMethodDescriptionvoid
UInt8Vector.set
(int index, UInt8Holder holder) Set the element at the given index to the value set in data holder.void
UInt8Vector.setSafe
(int index, UInt8Holder holder) Same asUInt8Vector.set(int, UInt8Holder)
except that it handles the case when index is greater than or equal to existing value capacityBaseFixedWidthVector.getValueCapacity()
. -
Uses of UInt8Holder in org.apache.arrow.vector.complex.impl
Methods in org.apache.arrow.vector.complex.impl with parameters of type UInt8HolderModifier and TypeMethodDescriptionvoid
NullableUInt8HolderReaderImpl.read
(UInt8Holder h) void
NullReader.read
(int arrayIndex, UInt8Holder holder) void
NullReader.read
(UInt8Holder holder) void
UInt8HolderReaderImpl.read
(UInt8Holder h) void
DenseUnionWriter.write
(UInt8Holder holder) void
UInt8WriterImpl.write
(UInt8Holder h) void
UnionFixedSizeListWriter.write
(UInt8Holder holder) void
UnionLargeListWriter.write
(UInt8Holder holder) void
UnionListViewWriter.write
(UInt8Holder holder) void
UnionListWriter.write
(UInt8Holder holder) void
UnionWriter.write
(UInt8Holder holder) Constructors in org.apache.arrow.vector.complex.impl with parameters of type UInt8Holder -
Uses of UInt8Holder in org.apache.arrow.vector.complex.reader
Methods in org.apache.arrow.vector.complex.reader with parameters of type UInt8Holder -
Uses of UInt8Holder in org.apache.arrow.vector.complex.writer
Methods in org.apache.arrow.vector.complex.writer with parameters of type UInt8Holder