Uses of Class
org.apache.arrow.vector.holders.Float4Holder
Packages that use Float4Holder
Package
Description
-
Uses of Float4Holder in org.apache.arrow.vector
Methods in org.apache.arrow.vector with parameters of type Float4HolderModifier and TypeMethodDescriptionvoidFloat4Vector.set(int index, Float4Holder holder) Set the element at the given index to the value set in data holder.voidFloat4Vector.setSafe(int index, Float4Holder holder) Same asFloat4Vector.set(int, Float4Holder)except that it handles the case when index is greater than or equal to existing value capacityBaseFixedWidthVector.getValueCapacity(). -
Uses of Float4Holder in org.apache.arrow.vector.complex.impl
Methods in org.apache.arrow.vector.complex.impl with parameters of type Float4HolderModifier and TypeMethodDescriptionvoidFloat4HolderReaderImpl.read(Float4Holder h) voidNullableFloat4HolderReaderImpl.read(Float4Holder h) voidNullReader.read(int arrayIndex, Float4Holder holder) voidNullReader.read(Float4Holder holder) voidDenseUnionWriter.write(Float4Holder holder) voidFloat4WriterImpl.write(Float4Holder h) voidUnionFixedSizeListWriter.write(Float4Holder holder) voidUnionLargeListWriter.write(Float4Holder holder) voidUnionListViewWriter.write(Float4Holder holder) voidUnionListWriter.write(Float4Holder holder) voidUnionWriter.write(Float4Holder holder) Constructors in org.apache.arrow.vector.complex.impl with parameters of type Float4Holder -
Uses of Float4Holder in org.apache.arrow.vector.complex.reader
Methods in org.apache.arrow.vector.complex.reader with parameters of type Float4Holder -
Uses of Float4Holder in org.apache.arrow.vector.complex.writer
Methods in org.apache.arrow.vector.complex.writer with parameters of type Float4Holder