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 TypeMethodDescriptionvoid
SmallIntVector.set
(int index, SmallIntHolder holder) Set the element at the given index to the value set in data holder.void
SmallIntVector.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 TypeMethodDescriptionvoid
NullableSmallIntHolderReaderImpl.read
(SmallIntHolder h) void
NullReader.read
(int arrayIndex, SmallIntHolder holder) void
NullReader.read
(SmallIntHolder holder) void
SmallIntHolderReaderImpl.read
(SmallIntHolder h) void
DenseUnionWriter.write
(SmallIntHolder holder) void
SmallIntWriterImpl.write
(SmallIntHolder h) void
UnionFixedSizeListWriter.write
(SmallIntHolder holder) void
UnionLargeListWriter.write
(SmallIntHolder holder) void
UnionListViewWriter.write
(SmallIntHolder holder) void
UnionListWriter.write
(SmallIntHolder holder) void
UnionWriter.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