Uses of Class
org.apache.arrow.vector.holders.NullableFloat4Holder
Packages that use NullableFloat4Holder
Package
Description
-
Uses of NullableFloat4Holder in org.apache.arrow.vector
Methods in org.apache.arrow.vector with parameters of type NullableFloat4HolderModifier and TypeMethodDescriptionvoidFloat4Vector.get(int index, NullableFloat4Holder holder) Get the element at the given index from the vector and sets the state in holder.voidFloat4Vector.set(int index, NullableFloat4Holder holder) Set the element at the given index to the value set in data holder.voidFloat4Vector.setSafe(int index, NullableFloat4Holder holder) Same asFloat4Vector.set(int, NullableFloat4Holder)except that it handles the case when index is greater than or equal to existing value capacityBaseFixedWidthVector.getValueCapacity(). -
Uses of NullableFloat4Holder in org.apache.arrow.vector.complex
Methods in org.apache.arrow.vector.complex with parameters of type NullableFloat4HolderModifier and TypeMethodDescriptionvoidDenseUnionVector.setSafe(int index, NullableFloat4Holder holder) voidUnionVector.setSafe(int index, NullableFloat4Holder holder) -
Uses of NullableFloat4Holder in org.apache.arrow.vector.complex.impl
Methods in org.apache.arrow.vector.complex.impl with parameters of type NullableFloat4HolderModifier and TypeMethodDescriptionvoidDenseUnionReader.read(NullableFloat4Holder holder) voidFloat4HolderReaderImpl.read(NullableFloat4Holder h) voidFloat4ReaderImpl.read(NullableFloat4Holder h) voidNullableFloat4HolderReaderImpl.read(NullableFloat4Holder h) voidNullReader.read(int arrayIndex, NullableFloat4Holder holder) voidNullReader.read(NullableFloat4Holder holder) voidUnionReader.read(NullableFloat4Holder holder) voidFloat4WriterImpl.write(NullableFloat4Holder h) Constructors in org.apache.arrow.vector.complex.impl with parameters of type NullableFloat4Holder -
Uses of NullableFloat4Holder in org.apache.arrow.vector.complex.reader
Methods in org.apache.arrow.vector.complex.reader with parameters of type NullableFloat4Holder -
Uses of NullableFloat4Holder in org.apache.arrow.vector.table
Methods in org.apache.arrow.vector.table with parameters of type NullableFloat4HolderModifier and TypeMethodDescriptionvoidRow.getFloat4(int columnIndex, NullableFloat4Holder holder) Updates the holder with the value in the column with the given index at the current row.voidRow.getFloat4(String columnName, NullableFloat4Holder holder) Updates the holder with the value in the column of the given name at the current row.