Uses of Class
org.apache.arrow.vector.holders.LargeVarCharHolder
Packages that use LargeVarCharHolder
Package
Description
-
Uses of LargeVarCharHolder in org.apache.arrow.vector
Methods in org.apache.arrow.vector with parameters of type LargeVarCharHolderModifier and TypeMethodDescriptionvoid
LargeVarCharVector.set
(int index, LargeVarCharHolder holder) Set the variable length element at the specified index to the data buffer supplied in the holder.void
LargeVarCharVector.setSafe
(int index, LargeVarCharHolder holder) Same asLargeVarCharVector.set(int, LargeVarCharHolder)
except that it handles the case where index and length of new element are beyond the existing capacity of the vector. -
Uses of LargeVarCharHolder in org.apache.arrow.vector.complex.impl
Methods in org.apache.arrow.vector.complex.impl with parameters of type LargeVarCharHolderModifier and TypeMethodDescriptionvoid
LargeVarCharHolderReaderImpl.read
(LargeVarCharHolder h) void
NullableLargeVarCharHolderReaderImpl.read
(LargeVarCharHolder h) void
NullReader.read
(int arrayIndex, LargeVarCharHolder holder) void
NullReader.read
(LargeVarCharHolder holder) void
DenseUnionWriter.write
(LargeVarCharHolder holder) void
LargeVarCharWriterImpl.write
(LargeVarCharHolder h) void
UnionFixedSizeListWriter.write
(LargeVarCharHolder holder) void
UnionLargeListWriter.write
(LargeVarCharHolder holder) void
UnionListViewWriter.write
(LargeVarCharHolder holder) void
UnionListWriter.write
(LargeVarCharHolder holder) void
UnionWriter.write
(LargeVarCharHolder holder) Constructors in org.apache.arrow.vector.complex.impl with parameters of type LargeVarCharHolder -
Uses of LargeVarCharHolder in org.apache.arrow.vector.complex.reader
Methods in org.apache.arrow.vector.complex.reader with parameters of type LargeVarCharHolder -
Uses of LargeVarCharHolder in org.apache.arrow.vector.complex.writer
Methods in org.apache.arrow.vector.complex.writer with parameters of type LargeVarCharHolder