Uses of Class
org.apache.arrow.vector.holders.NullableVarCharHolder
Packages that use NullableVarCharHolder
Package
Description
-
Uses of NullableVarCharHolder in org.apache.arrow.flight.sql
Methods in org.apache.arrow.flight.sql that return NullableVarCharHolderModifier and TypeMethodDescriptionstatic NullableVarCharHolder
SqlInfoBuilder.getHolderForUtf8
(String string, ArrowBuf buf) -
Uses of NullableVarCharHolder in org.apache.arrow.vector
Methods in org.apache.arrow.vector with parameters of type NullableVarCharHolderModifier 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
Methods in org.apache.arrow.vector.complex with parameters of type NullableVarCharHolderModifier 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
Methods in org.apache.arrow.vector.complex.impl with parameters of type NullableVarCharHolderModifier 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) Constructors in org.apache.arrow.vector.complex.impl with parameters of type NullableVarCharHolder -
Uses of NullableVarCharHolder in org.apache.arrow.vector.complex.reader
Methods in org.apache.arrow.vector.complex.reader with parameters of type NullableVarCharHolder