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 TypeMethodDescriptionvoidUInt1Vector.set(int index, UInt1Holder holder) Set the element at the given index to the value set in data holder.voidUInt1Vector.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 TypeMethodDescriptionvoidNullableUInt1HolderReaderImpl.read(UInt1Holder h) voidNullReader.read(int arrayIndex, UInt1Holder holder) voidNullReader.read(UInt1Holder holder) voidUInt1HolderReaderImpl.read(UInt1Holder h) voidDenseUnionWriter.write(UInt1Holder holder) voidUInt1WriterImpl.write(UInt1Holder h) voidUnionFixedSizeListWriter.write(UInt1Holder holder) voidUnionLargeListWriter.write(UInt1Holder holder) voidUnionListViewWriter.write(UInt1Holder holder) voidUnionListWriter.write(UInt1Holder holder) voidUnionWriter.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