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 TypeMethodDescriptionvoidLargeVarCharVector.set(int index, LargeVarCharHolder holder) Set the variable length element at the specified index to the data buffer supplied in the holder.voidLargeVarCharVector.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 TypeMethodDescriptionvoidLargeVarCharHolderReaderImpl.read(LargeVarCharHolder h) voidNullableLargeVarCharHolderReaderImpl.read(LargeVarCharHolder h) voidNullReader.read(int arrayIndex, LargeVarCharHolder holder) voidNullReader.read(LargeVarCharHolder holder) voidDenseUnionWriter.write(LargeVarCharHolder holder) voidLargeVarCharWriterImpl.write(LargeVarCharHolder h) voidUnionFixedSizeListWriter.write(LargeVarCharHolder holder) voidUnionLargeListWriter.write(LargeVarCharHolder holder) voidUnionListViewWriter.write(LargeVarCharHolder holder) voidUnionListWriter.write(LargeVarCharHolder holder) voidUnionWriter.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