Uses of Class
org.apache.arrow.vector.holders.VarCharHolder
Package
Description
-
Uses of VarCharHolder in org.apache.arrow.vector
Modifier and TypeMethodDescriptionvoid
VarCharVector.set
(int index, VarCharHolder holder) Set the variable length element at the specified index to the data buffer supplied in the holder.void
VarCharVector.setSafe
(int index, VarCharHolder holder) Same asVarCharVector.set(int, VarCharHolder)
except that it handles the case where index and length of new element are beyond the existing capacity of the vector. -
Uses of VarCharHolder in org.apache.arrow.vector.complex.impl
Modifier and TypeMethodDescriptionvoid
NullableVarCharHolderReaderImpl.read
(VarCharHolder h) void
NullReader.read
(int arrayIndex, VarCharHolder holder) void
NullReader.read
(VarCharHolder holder) void
VarCharHolderReaderImpl.read
(VarCharHolder h) void
DenseUnionWriter.write
(VarCharHolder holder) void
UnionFixedSizeListWriter.write
(VarCharHolder holder) void
UnionLargeListWriter.write
(VarCharHolder holder) void
UnionListViewWriter.write
(VarCharHolder holder) void
UnionListWriter.write
(VarCharHolder holder) void
UnionWriter.write
(VarCharHolder holder) void
VarCharWriterImpl.write
(VarCharHolder h) -
Uses of VarCharHolder in org.apache.arrow.vector.complex.reader
-
Uses of VarCharHolder in org.apache.arrow.vector.complex.writer