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 TypeMethodDescriptionvoid
Float4Vector.get
(int index, NullableFloat4Holder holder) Get the element at the given index from the vector and sets the state in holder.void
Float4Vector.set
(int index, NullableFloat4Holder holder) Set the element at the given index to the value set in data holder.void
Float4Vector.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 TypeMethodDescriptionvoid
DenseUnionVector.setSafe
(int index, NullableFloat4Holder holder) void
UnionVector.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 TypeMethodDescriptionvoid
DenseUnionReader.read
(NullableFloat4Holder holder) void
Float4HolderReaderImpl.read
(NullableFloat4Holder h) void
Float4ReaderImpl.read
(NullableFloat4Holder h) void
NullableFloat4HolderReaderImpl.read
(NullableFloat4Holder h) void
NullReader.read
(int arrayIndex, NullableFloat4Holder holder) void
NullReader.read
(NullableFloat4Holder holder) void
UnionReader.read
(NullableFloat4Holder holder) void
Float4WriterImpl.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 TypeMethodDescriptionvoid
Row.getFloat4
(int columnIndex, NullableFloat4Holder holder) Updates the holder with the value in the column with the given index at the current row.void
Row.getFloat4
(String columnName, NullableFloat4Holder holder) Updates the holder with the value in the column of the given name at the current row.