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