Uses of Class
org.apache.arrow.vector.holders.TinyIntHolder
Packages that use TinyIntHolder
Package
Description
-
Uses of TinyIntHolder in org.apache.arrow.vector
Methods in org.apache.arrow.vector with parameters of type TinyIntHolderModifier and TypeMethodDescriptionvoid
TinyIntVector.set
(int index, TinyIntHolder holder) Set the element at the given index to the value set in data holder.void
TinyIntVector.setSafe
(int index, TinyIntHolder holder) Same asTinyIntVector.set(int, TinyIntHolder)
except that it handles the case when index is greater than or equal to existing value capacityBaseFixedWidthVector.getValueCapacity()
. -
Uses of TinyIntHolder in org.apache.arrow.vector.complex.impl
Methods in org.apache.arrow.vector.complex.impl with parameters of type TinyIntHolderModifier and TypeMethodDescriptionvoid
NullableTinyIntHolderReaderImpl.read
(TinyIntHolder h) void
NullReader.read
(int arrayIndex, TinyIntHolder holder) void
NullReader.read
(TinyIntHolder holder) void
TinyIntHolderReaderImpl.read
(TinyIntHolder h) void
DenseUnionWriter.write
(TinyIntHolder holder) void
TinyIntWriterImpl.write
(TinyIntHolder h) void
UnionFixedSizeListWriter.write
(TinyIntHolder holder) void
UnionLargeListWriter.write
(TinyIntHolder holder) void
UnionListViewWriter.write
(TinyIntHolder holder) void
UnionListWriter.write
(TinyIntHolder holder) void
UnionWriter.write
(TinyIntHolder holder) Constructors in org.apache.arrow.vector.complex.impl with parameters of type TinyIntHolder -
Uses of TinyIntHolder in org.apache.arrow.vector.complex.reader
Methods in org.apache.arrow.vector.complex.reader with parameters of type TinyIntHolder -
Uses of TinyIntHolder in org.apache.arrow.vector.complex.writer
Methods in org.apache.arrow.vector.complex.writer with parameters of type TinyIntHolder