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