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 TypeMethodDescriptionvoidVarCharVector.set(int index, VarCharHolder holder) Set the variable length element at the specified index to the data buffer supplied in the holder.voidVarCharVector.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 TypeMethodDescriptionvoidNullableVarCharHolderReaderImpl.read(VarCharHolder h) voidNullReader.read(int arrayIndex, VarCharHolder holder) voidNullReader.read(VarCharHolder holder) voidVarCharHolderReaderImpl.read(VarCharHolder h) voidDenseUnionWriter.write(VarCharHolder holder) voidUnionFixedSizeListWriter.write(VarCharHolder holder) voidUnionLargeListWriter.write(VarCharHolder holder) voidUnionListViewWriter.write(VarCharHolder holder) voidUnionListWriter.write(VarCharHolder holder) voidUnionWriter.write(VarCharHolder holder) voidVarCharWriterImpl.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