Uses of Class
org.apache.arrow.vector.holders.NullableViewVarCharHolder
Packages that use NullableViewVarCharHolder
Package
Description
-
Uses of NullableViewVarCharHolder in org.apache.arrow.vector
Methods in org.apache.arrow.vector with parameters of type NullableViewVarCharHolderModifier and TypeMethodDescriptionvoidViewVarCharVector.get(int index, NullableViewVarCharHolder holder) Get the variable length element at specified index and sets the state in provided holder.voidViewVarCharVector.set(int index, NullableViewVarCharHolder holder) Set the variable length element at the specified index to the data buffer supplied in the holder.voidViewVarCharVector.setSafe(int index, NullableViewVarCharHolder holder) Same asViewVarCharVector.set(int, NullableViewVarCharHolder)except that it handles the case where index and length of a new element are beyond the existing capacity of the vector. -
Uses of NullableViewVarCharHolder in org.apache.arrow.vector.complex
Methods in org.apache.arrow.vector.complex with parameters of type NullableViewVarCharHolderModifier and TypeMethodDescriptionvoidDenseUnionVector.setSafe(int index, NullableViewVarCharHolder holder) voidUnionVector.setSafe(int index, NullableViewVarCharHolder holder) -
Uses of NullableViewVarCharHolder in org.apache.arrow.vector.complex.impl
Methods in org.apache.arrow.vector.complex.impl with parameters of type NullableViewVarCharHolderModifier and TypeMethodDescriptionvoidDenseUnionReader.read(NullableViewVarCharHolder holder) voidNullableViewVarCharHolderReaderImpl.read(NullableViewVarCharHolder h) voidNullReader.read(int arrayIndex, NullableViewVarCharHolder holder) voidNullReader.read(NullableViewVarCharHolder holder) voidUnionReader.read(NullableViewVarCharHolder holder) voidViewVarCharHolderReaderImpl.read(NullableViewVarCharHolder h) voidViewVarCharReaderImpl.read(NullableViewVarCharHolder h) voidViewVarCharWriterImpl.write(NullableViewVarCharHolder h) Constructors in org.apache.arrow.vector.complex.impl with parameters of type NullableViewVarCharHolderModifierConstructorDescription -
Uses of NullableViewVarCharHolder in org.apache.arrow.vector.complex.reader
Methods in org.apache.arrow.vector.complex.reader with parameters of type NullableViewVarCharHolder