Uses of Class
org.apache.arrow.vector.holders.VarCharHolder
Packages that use VarCharHolder
Package
Description
-
Uses of VarCharHolder in org.apache.arrow.vector
Methods in org.apache.arrow.vector with parameters of type VarCharHolderModifier 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
Methods in org.apache.arrow.vector.complex.impl with parameters of type VarCharHolderModifier 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) Constructors in org.apache.arrow.vector.complex.impl with parameters of type VarCharHolder -
Uses of VarCharHolder in org.apache.arrow.vector.complex.reader
Methods in org.apache.arrow.vector.complex.reader with parameters of type VarCharHolder -
Uses of VarCharHolder in org.apache.arrow.vector.complex.writer
Methods in org.apache.arrow.vector.complex.writer with parameters of type VarCharHolder