Uses of Class
org.apache.arrow.vector.holders.NullableViewVarCharHolder
Package
Description
-
Uses of NullableViewVarCharHolder in org.apache.arrow.vector
Modifier 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
Modifier 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
Modifier 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) ModifierConstructorDescription -
Uses of NullableViewVarCharHolder in org.apache.arrow.vector.complex.reader