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 TypeMethodDescriptionvoidIntVector.get(int index, NullableIntHolder holder) Get the element at the given index from the vector and sets the state in holder.voidIntVector.set(int index, NullableIntHolder holder) Set the element at the given index to the value set in data holder.voidIntVector.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 TypeMethodDescriptionvoidDenseUnionVector.setSafe(int index, NullableIntHolder holder) voidUnionVector.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 TypeMethodDescriptionvoidDenseUnionReader.read(NullableIntHolder holder) voidIntHolderReaderImpl.read(NullableIntHolder h) voidIntReaderImpl.read(NullableIntHolder h) voidNullableIntHolderReaderImpl.read(NullableIntHolder h) voidNullReader.read(int arrayIndex, NullableIntHolder holder) voidNullReader.read(NullableIntHolder holder) voidUnionReader.read(NullableIntHolder holder) voidIntWriterImpl.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 TypeMethodDescriptionvoidRow.getInt(int columnIndex, NullableIntHolder holder) Updates the holder with the value in the column with the given index at the current row.voidRow.getInt(String columnName, NullableIntHolder holder) Updates the holder with the value in the column of the given name at the current row.