Uses of Class
org.apache.arrow.vector.holders.NullableIntHolder
Packages that use NullableIntHolder
Package
Description
-
Uses of NullableIntHolder in org.apache.arrow.vector
Methods in org.apache.arrow.vector with parameters of type NullableIntHolderModifier and TypeMethodDescriptionvoid
IntVector.get
(int index, NullableIntHolder holder) Get the element at the given index from the vector and sets the state in holder.void
IntVector.set
(int index, NullableIntHolder holder) Set the element at the given index to the value set in data holder.void
IntVector.setSafe
(int index, NullableIntHolder holder) Same asIntVector.set(int, NullableIntHolder)
except that it handles the case when index is greater than or equal to existing value capacityBaseFixedWidthVector.getValueCapacity()
. -
Uses of NullableIntHolder in org.apache.arrow.vector.complex
Methods in org.apache.arrow.vector.complex with parameters of type NullableIntHolderModifier and TypeMethodDescriptionvoid
DenseUnionVector.setSafe
(int index, NullableIntHolder holder) void
UnionVector.setSafe
(int index, NullableIntHolder holder) -
Uses of NullableIntHolder in org.apache.arrow.vector.complex.impl
Methods in org.apache.arrow.vector.complex.impl with parameters of type NullableIntHolderModifier and TypeMethodDescriptionvoid
DenseUnionReader.read
(NullableIntHolder holder) void
IntHolderReaderImpl.read
(NullableIntHolder h) void
IntReaderImpl.read
(NullableIntHolder h) void
NullableIntHolderReaderImpl.read
(NullableIntHolder h) void
NullReader.read
(int arrayIndex, NullableIntHolder holder) void
NullReader.read
(NullableIntHolder holder) void
UnionReader.read
(NullableIntHolder holder) void
IntWriterImpl.write
(NullableIntHolder h) Constructors in org.apache.arrow.vector.complex.impl with parameters of type NullableIntHolder -
Uses of NullableIntHolder in org.apache.arrow.vector.complex.reader
Methods in org.apache.arrow.vector.complex.reader with parameters of type NullableIntHolder -
Uses of NullableIntHolder in org.apache.arrow.vector.table
Methods in org.apache.arrow.vector.table with parameters of type NullableIntHolderModifier and TypeMethodDescriptionvoid
Row.getInt
(int columnIndex, NullableIntHolder holder) Updates the holder with the value in the column with the given index at the current row.void
Row.getInt
(String columnName, NullableIntHolder holder) Updates the holder with the value in the column of the given name at the current row.