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