Uses of Class
org.apache.arrow.vector.holders.SmallIntHolder
Packages that use SmallIntHolder
Package
Description
-
Uses of SmallIntHolder in org.apache.arrow.vector
Methods in org.apache.arrow.vector with parameters of type SmallIntHolderModifier and TypeMethodDescriptionvoidSmallIntVector.set(int index, SmallIntHolder holder) Set the element at the given index to the value set in data holder.voidSmallIntVector.setSafe(int index, SmallIntHolder holder) Same asSmallIntVector.set(int, SmallIntHolder)except that it handles the case when index is greater than or equal to existing value capacityBaseFixedWidthVector.getValueCapacity(). -
Uses of SmallIntHolder in org.apache.arrow.vector.complex.impl
Methods in org.apache.arrow.vector.complex.impl with parameters of type SmallIntHolderModifier and TypeMethodDescriptionvoidNullableSmallIntHolderReaderImpl.read(SmallIntHolder h) voidNullReader.read(int arrayIndex, SmallIntHolder holder) voidNullReader.read(SmallIntHolder holder) voidSmallIntHolderReaderImpl.read(SmallIntHolder h) voidDenseUnionWriter.write(SmallIntHolder holder) voidSmallIntWriterImpl.write(SmallIntHolder h) voidUnionFixedSizeListWriter.write(SmallIntHolder holder) voidUnionLargeListWriter.write(SmallIntHolder holder) voidUnionListViewWriter.write(SmallIntHolder holder) voidUnionListWriter.write(SmallIntHolder holder) voidUnionWriter.write(SmallIntHolder holder) Constructors in org.apache.arrow.vector.complex.impl with parameters of type SmallIntHolder -
Uses of SmallIntHolder in org.apache.arrow.vector.complex.reader
Methods in org.apache.arrow.vector.complex.reader with parameters of type SmallIntHolder -
Uses of SmallIntHolder in org.apache.arrow.vector.complex.writer
Methods in org.apache.arrow.vector.complex.writer with parameters of type SmallIntHolder