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 TypeMethodDescriptionvoid
LargeVarCharVector.get
(int index, NullableLargeVarCharHolder holder) Get the variable length element at specified index and sets the state in provided holder.void
LargeVarCharVector.set
(int index, NullableLargeVarCharHolder holder) Set the variable length element at the specified index to the data buffer supplied in the holder.void
LargeVarCharVector.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 TypeMethodDescriptionvoid
DenseUnionVector.setSafe
(int index, NullableLargeVarCharHolder holder) void
UnionVector.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 TypeMethodDescriptionvoid
DenseUnionReader.read
(NullableLargeVarCharHolder holder) void
LargeVarCharHolderReaderImpl.read
(NullableLargeVarCharHolder h) void
LargeVarCharReaderImpl.read
(NullableLargeVarCharHolder h) void
NullableLargeVarCharHolderReaderImpl.read
(NullableLargeVarCharHolder h) void
NullReader.read
(int arrayIndex, NullableLargeVarCharHolder holder) void
NullReader.read
(NullableLargeVarCharHolder holder) void
UnionReader.read
(NullableLargeVarCharHolder holder) void
LargeVarCharWriterImpl.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