Uses of Class
org.apache.arrow.vector.holders.NullableFloat8Holder
Packages that use NullableFloat8Holder
Package
Description
-
Uses of NullableFloat8Holder in org.apache.arrow.vector
Methods in org.apache.arrow.vector with parameters of type NullableFloat8HolderModifier and TypeMethodDescriptionvoidFloat8Vector.get(int index, NullableFloat8Holder holder) Get the element at the given index from the vector and sets the state in holder.voidFloat8Vector.set(int index, NullableFloat8Holder holder) Set the element at the given index to the value set in data holder.voidFloat8Vector.setSafe(int index, NullableFloat8Holder holder) Same asFloat8Vector.set(int, NullableFloat8Holder)except that it handles the case when index is greater than or equal to existing value capacityBaseFixedWidthVector.getValueCapacity(). -
Uses of NullableFloat8Holder in org.apache.arrow.vector.complex
Methods in org.apache.arrow.vector.complex with parameters of type NullableFloat8HolderModifier and TypeMethodDescriptionvoidDenseUnionVector.setSafe(int index, NullableFloat8Holder holder) voidUnionVector.setSafe(int index, NullableFloat8Holder holder) -
Uses of NullableFloat8Holder in org.apache.arrow.vector.complex.impl
Methods in org.apache.arrow.vector.complex.impl with parameters of type NullableFloat8HolderModifier and TypeMethodDescriptionvoidDenseUnionReader.read(NullableFloat8Holder holder) voidFloat8HolderReaderImpl.read(NullableFloat8Holder h) voidFloat8ReaderImpl.read(NullableFloat8Holder h) voidNullableFloat8HolderReaderImpl.read(NullableFloat8Holder h) voidNullReader.read(int arrayIndex, NullableFloat8Holder holder) voidNullReader.read(NullableFloat8Holder holder) voidUnionReader.read(NullableFloat8Holder holder) voidFloat8WriterImpl.write(NullableFloat8Holder h) Constructors in org.apache.arrow.vector.complex.impl with parameters of type NullableFloat8Holder -
Uses of NullableFloat8Holder in org.apache.arrow.vector.complex.reader
Methods in org.apache.arrow.vector.complex.reader with parameters of type NullableFloat8Holder -
Uses of NullableFloat8Holder in org.apache.arrow.vector.table
Methods in org.apache.arrow.vector.table with parameters of type NullableFloat8HolderModifier and TypeMethodDescriptionvoidRow.getFloat8(int columnIndex, NullableFloat8Holder holder) Updates the holder with the value in the column with the given index at the current row.voidRow.getFloat8(String columnName, NullableFloat8Holder holder) Updates the holder with the value in the column with the given index at the current row.