Uses of Class
org.apache.arrow.vector.holders.NullableLargeVarCharHolder
Packages that use NullableLargeVarCharHolder
Package
Description
-
Uses of NullableLargeVarCharHolder in org.apache.arrow.vector
Methods in org.apache.arrow.vector with parameters of type NullableLargeVarCharHolderModifier and TypeMethodDescriptionvoidLargeVarCharVector.get(int index, NullableLargeVarCharHolder holder) Get the variable length element at specified index and sets the state in provided holder.voidLargeVarCharVector.set(int index, NullableLargeVarCharHolder holder) Set the variable length element at the specified index to the data buffer supplied in the holder.voidLargeVarCharVector.setSafe(int index, NullableLargeVarCharHolder holder) Same asLargeVarCharVector.set(int, NullableLargeVarCharHolder)except that it handles the case where index and length of new element are beyond the existing capacity of the vector. -
Uses of NullableLargeVarCharHolder in org.apache.arrow.vector.complex
Methods in org.apache.arrow.vector.complex with parameters of type NullableLargeVarCharHolderModifier and TypeMethodDescriptionvoidDenseUnionVector.setSafe(int index, NullableLargeVarCharHolder holder) voidUnionVector.setSafe(int index, NullableLargeVarCharHolder holder) -
Uses of NullableLargeVarCharHolder in org.apache.arrow.vector.complex.impl
Methods in org.apache.arrow.vector.complex.impl with parameters of type NullableLargeVarCharHolderModifier and TypeMethodDescriptionvoidDenseUnionReader.read(NullableLargeVarCharHolder holder) voidLargeVarCharHolderReaderImpl.read(NullableLargeVarCharHolder h) voidLargeVarCharReaderImpl.read(NullableLargeVarCharHolder h) voidNullableLargeVarCharHolderReaderImpl.read(NullableLargeVarCharHolder h) voidNullReader.read(int arrayIndex, NullableLargeVarCharHolder holder) voidNullReader.read(NullableLargeVarCharHolder holder) voidUnionReader.read(NullableLargeVarCharHolder holder) voidLargeVarCharWriterImpl.write(NullableLargeVarCharHolder h) Constructors in org.apache.arrow.vector.complex.impl with parameters of type NullableLargeVarCharHolderModifierConstructorDescription -
Uses of NullableLargeVarCharHolder in org.apache.arrow.vector.complex.reader
Methods in org.apache.arrow.vector.complex.reader with parameters of type NullableLargeVarCharHolder