Uses of Class
org.apache.arrow.vector.holders.NullableIntHolder
Package
Description
-
Uses of NullableIntHolder in org.apache.arrow.vector
Modifier 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
Modifier 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
Modifier 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) -
Uses of NullableIntHolder in org.apache.arrow.vector.complex.reader
-
Uses of NullableIntHolder in org.apache.arrow.vector.table
Modifier 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.