Uses of Class
org.apache.arrow.vector.holders.NullableVarCharHolder
Package
Description
-
Uses of NullableVarCharHolder in org.apache.arrow.flight.sql
Modifier and TypeMethodDescriptionstatic NullableVarCharHolder
SqlInfoBuilder.getHolderForUtf8
(String string, ArrowBuf buf) -
Uses of NullableVarCharHolder in org.apache.arrow.vector
Modifier and TypeMethodDescriptionvoid
VarCharVector.get
(int index, NullableVarCharHolder holder) Get the variable length element at specified index and sets the state in provided holder.void
VarCharVector.set
(int index, NullableVarCharHolder holder) Set the variable length element at the specified index to the data buffer supplied in the holder.void
VarCharVector.setSafe
(int index, NullableVarCharHolder holder) Same asVarCharVector.set(int, NullableVarCharHolder)
except that it handles the case where index and length of new element are beyond the existing capacity of the vector. -
Uses of NullableVarCharHolder in org.apache.arrow.vector.complex
Modifier and TypeMethodDescriptionvoid
DenseUnionVector.setSafe
(int index, NullableVarCharHolder holder) void
UnionVector.setSafe
(int index, NullableVarCharHolder holder) -
Uses of NullableVarCharHolder in org.apache.arrow.vector.complex.impl
Modifier and TypeMethodDescriptionvoid
DenseUnionReader.read
(NullableVarCharHolder holder) void
NullableVarCharHolderReaderImpl.read
(NullableVarCharHolder h) void
NullReader.read
(int arrayIndex, NullableVarCharHolder holder) void
NullReader.read
(NullableVarCharHolder holder) void
UnionReader.read
(NullableVarCharHolder holder) void
VarCharHolderReaderImpl.read
(NullableVarCharHolder h) void
VarCharReaderImpl.read
(NullableVarCharHolder h) void
VarCharWriterImpl.write
(NullableVarCharHolder h) -
Uses of NullableVarCharHolder in org.apache.arrow.vector.complex.reader