Uses of Class
org.apache.arrow.vector.holders.SmallIntHolder
Package
Description
-
Uses of SmallIntHolder in org.apache.arrow.vector
Modifier 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
Modifier 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) -
Uses of SmallIntHolder in org.apache.arrow.vector.complex.reader
-
Uses of SmallIntHolder in org.apache.arrow.vector.complex.writer