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