Uses of Class
org.apache.arrow.vector.holders.NullableSmallIntHolder
Packages that use NullableSmallIntHolder
Package
Description
-
Uses of NullableSmallIntHolder in org.apache.arrow.vector
Methods in org.apache.arrow.vector with parameters of type NullableSmallIntHolderModifier and TypeMethodDescriptionvoidSmallIntVector.get(int index, NullableSmallIntHolder holder) Get the element at the given index from the vector and sets the state in holder.voidSmallIntVector.set(int index, NullableSmallIntHolder holder) Set the element at the given index to the value set in data holder.voidSmallIntVector.setSafe(int index, NullableSmallIntHolder holder) Same asSmallIntVector.set(int, NullableSmallIntHolder)except that it handles the case when index is greater than or equal to existing value capacityBaseFixedWidthVector.getValueCapacity(). -
Uses of NullableSmallIntHolder in org.apache.arrow.vector.complex
Methods in org.apache.arrow.vector.complex with parameters of type NullableSmallIntHolderModifier and TypeMethodDescriptionvoidDenseUnionVector.setSafe(int index, NullableSmallIntHolder holder) voidUnionVector.setSafe(int index, NullableSmallIntHolder holder) -
Uses of NullableSmallIntHolder in org.apache.arrow.vector.complex.impl
Methods in org.apache.arrow.vector.complex.impl with parameters of type NullableSmallIntHolderModifier and TypeMethodDescriptionvoidDenseUnionReader.read(NullableSmallIntHolder holder) voidNullableSmallIntHolderReaderImpl.read(NullableSmallIntHolder h) voidNullReader.read(int arrayIndex, NullableSmallIntHolder holder) voidNullReader.read(NullableSmallIntHolder holder) voidSmallIntHolderReaderImpl.read(NullableSmallIntHolder h) voidSmallIntReaderImpl.read(NullableSmallIntHolder h) voidUnionReader.read(NullableSmallIntHolder holder) voidSmallIntWriterImpl.write(NullableSmallIntHolder h) Constructors in org.apache.arrow.vector.complex.impl with parameters of type NullableSmallIntHolder -
Uses of NullableSmallIntHolder in org.apache.arrow.vector.complex.reader
Methods in org.apache.arrow.vector.complex.reader with parameters of type NullableSmallIntHolder -
Uses of NullableSmallIntHolder in org.apache.arrow.vector.table
Methods in org.apache.arrow.vector.table with parameters of type NullableSmallIntHolderModifier and TypeMethodDescriptionvoidRow.getSmallInt(int columnIndex, NullableSmallIntHolder holder) Updates the holder with the value in the column with the given index at the current row.voidRow.getSmallInt(String columnName, NullableSmallIntHolder holder) Updates the holder with the value in the column of the given name at the current row.