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