Uses of Class
org.apache.arrow.vector.holders.NullableVarCharHolder
Packages that use NullableVarCharHolder
Package
Description
-
Uses of NullableVarCharHolder in org.apache.arrow.vector
Methods in org.apache.arrow.vector with parameters of type NullableVarCharHolderModifier and TypeMethodDescriptionvoidVarCharVector.get(int index, NullableVarCharHolder holder) Get the variable length element at specified index and sets the state in provided holder.voidVarCharVector.set(int index, NullableVarCharHolder holder) Set the variable length element at the specified index to the data buffer supplied in the holder.voidVarCharVector.setSafe(int index, NullableVarCharHolder holder) Same asVarCharVector.set(int, NullableVarCharHolder)except that it handles the case where index and length of new element are beyond the existing capacity of the vector. -
Uses of NullableVarCharHolder in org.apache.arrow.vector.complex
Methods in org.apache.arrow.vector.complex with parameters of type NullableVarCharHolderModifier and TypeMethodDescriptionvoidDenseUnionVector.setSafe(int index, NullableVarCharHolder holder) voidUnionVector.setSafe(int index, NullableVarCharHolder holder) -
Uses of NullableVarCharHolder in org.apache.arrow.vector.complex.impl
Methods in org.apache.arrow.vector.complex.impl with parameters of type NullableVarCharHolderModifier and TypeMethodDescriptionvoidDenseUnionReader.read(NullableVarCharHolder holder) voidNullableVarCharHolderReaderImpl.read(NullableVarCharHolder h) voidNullReader.read(int arrayIndex, NullableVarCharHolder holder) voidNullReader.read(NullableVarCharHolder holder) voidUnionReader.read(NullableVarCharHolder holder) voidVarCharHolderReaderImpl.read(NullableVarCharHolder h) voidVarCharReaderImpl.read(NullableVarCharHolder h) voidVarCharWriterImpl.write(NullableVarCharHolder h) Constructors in org.apache.arrow.vector.complex.impl with parameters of type NullableVarCharHolder -
Uses of NullableVarCharHolder in org.apache.arrow.vector.complex.reader
Methods in org.apache.arrow.vector.complex.reader with parameters of type NullableVarCharHolder