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 TypeMethodDescriptionvoid
ViewVarCharVector.get
(int index, NullableViewVarCharHolder holder) Get the variable length element at specified index and sets the state in provided holder.void
ViewVarCharVector.set
(int index, NullableViewVarCharHolder holder) Set the variable length element at the specified index to the data buffer supplied in the holder.void
ViewVarCharVector.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 TypeMethodDescriptionvoid
DenseUnionVector.setSafe
(int index, NullableViewVarCharHolder holder) void
UnionVector.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 TypeMethodDescriptionvoid
DenseUnionReader.read
(NullableViewVarCharHolder holder) void
NullableViewVarCharHolderReaderImpl.read
(NullableViewVarCharHolder h) void
NullReader.read
(int arrayIndex, NullableViewVarCharHolder holder) void
NullReader.read
(NullableViewVarCharHolder holder) void
UnionReader.read
(NullableViewVarCharHolder holder) void
ViewVarCharHolderReaderImpl.read
(NullableViewVarCharHolder h) void
ViewVarCharReaderImpl.read
(NullableViewVarCharHolder h) void
ViewVarCharWriterImpl.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