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