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 TypeMethodDescriptionvoid
Float8Vector.get
(int index, NullableFloat8Holder holder) Get the element at the given index from the vector and sets the state in holder.void
Float8Vector.set
(int index, NullableFloat8Holder holder) Set the element at the given index to the value set in data holder.void
Float8Vector.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 TypeMethodDescriptionvoid
DenseUnionVector.setSafe
(int index, NullableFloat8Holder holder) void
UnionVector.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 TypeMethodDescriptionvoid
DenseUnionReader.read
(NullableFloat8Holder holder) void
Float8HolderReaderImpl.read
(NullableFloat8Holder h) void
Float8ReaderImpl.read
(NullableFloat8Holder h) void
NullableFloat8HolderReaderImpl.read
(NullableFloat8Holder h) void
NullReader.read
(int arrayIndex, NullableFloat8Holder holder) void
NullReader.read
(NullableFloat8Holder holder) void
UnionReader.read
(NullableFloat8Holder holder) void
Float8WriterImpl.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 TypeMethodDescriptionvoid
Row.getFloat8
(int columnIndex, NullableFloat8Holder holder) Updates the holder with the value in the column with the given index at the current row.void
Row.getFloat8
(String columnName, NullableFloat8Holder holder) Updates the holder with the value in the column with the given index at the current row.