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 TypeMethodDescriptionvoidUInt4Vector.set(int index, UInt4Holder holder) Set the element at the given index to the value set in data holder.voidUInt4Vector.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 TypeMethodDescriptionvoidNullableUInt4HolderReaderImpl.read(UInt4Holder h) voidNullReader.read(int arrayIndex, UInt4Holder holder) voidNullReader.read(UInt4Holder holder) voidUInt4HolderReaderImpl.read(UInt4Holder h) voidDenseUnionWriter.write(UInt4Holder holder) voidUInt4WriterImpl.write(UInt4Holder h) voidUnionFixedSizeListWriter.write(UInt4Holder holder) voidUnionLargeListWriter.write(UInt4Holder holder) voidUnionListViewWriter.write(UInt4Holder holder) voidUnionListWriter.write(UInt4Holder holder) voidUnionWriter.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