Uses of Class
org.apache.arrow.vector.util.Text
Packages that use Text
Package
Description
-
Uses of Text in org.apache.arrow.vector
Methods in org.apache.arrow.vector that return TextModifier and TypeMethodDescriptionLargeVarCharVector.getObject
(int index) Get the variable length element at specified index as Text.VarCharVector.getObject
(int index) Get the variable length element at specified index as Text.ViewVarCharVector.getObject
(int index) Get the variable length element at specified index as Text.Methods in org.apache.arrow.vector with parameters of type TextModifier and TypeMethodDescriptionvoid
Set the variable length element at the specified index to the content in supplied Text.void
Set the variable length element at the specified index to the content in supplied Text.void
Set the variable length element at the specified index to the content in supplied Text.void
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.void
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.void
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 Text in org.apache.arrow.vector.complex.impl
Methods in org.apache.arrow.vector.complex.impl that return TextModifier and TypeMethodDescriptionDenseUnionReader.readText()
LargeVarCharHolderReaderImpl.readText()
LargeVarCharReaderImpl.readText()
NullableLargeVarCharHolderReaderImpl.readText()
NullableVarCharHolderReaderImpl.readText()
NullableViewVarCharHolderReaderImpl.readText()
NullReader.readText()
NullReader.readText
(int arrayIndex) UnionReader.readText()
VarCharHolderReaderImpl.readText()
VarCharReaderImpl.readText()
ViewVarCharHolderReaderImpl.readText()
ViewVarCharReaderImpl.readText()
Methods in org.apache.arrow.vector.complex.impl with parameters of type TextModifier and TypeMethodDescriptionvoid
LargeVarCharWriterImpl.writeLargeVarChar
(Text value) void
PromotableWriter.writeLargeVarChar
(Text value) void
UnionFixedSizeListWriter.writeLargeVarChar
(Text value) void
UnionLargeListWriter.writeLargeVarChar
(Text value) void
UnionListViewWriter.writeLargeVarChar
(Text value) void
UnionListWriter.writeLargeVarChar
(Text value) void
UnionWriter.writeLargeVarChar
(Text value) void
PromotableWriter.writeVarChar
(Text value) void
UnionFixedSizeListWriter.writeVarChar
(Text value) void
UnionLargeListWriter.writeVarChar
(Text value) void
UnionListViewWriter.writeVarChar
(Text value) void
UnionListWriter.writeVarChar
(Text value) void
UnionWriter.writeVarChar
(Text value) void
VarCharWriterImpl.writeVarChar
(Text value) void
UnionFixedSizeListWriter.writeViewVarChar
(Text value) void
UnionLargeListWriter.writeViewVarChar
(Text value) void
UnionListViewWriter.writeViewVarChar
(Text value) void
UnionListWriter.writeViewVarChar
(Text value) void
UnionWriter.writeViewVarChar
(Text value) void
ViewVarCharWriterImpl.writeViewVarChar
(Text value) -
Uses of Text in org.apache.arrow.vector.complex.reader
Methods in org.apache.arrow.vector.complex.reader that return Text -
Uses of Text in org.apache.arrow.vector.complex.writer
Methods in org.apache.arrow.vector.complex.writer with parameters of type TextModifier and TypeMethodDescriptionvoid
LargeVarCharWriter.writeLargeVarChar
(Text value) void
VarCharWriter.writeVarChar
(Text value) void
ViewVarCharWriter.writeViewVarChar
(Text value) -
Uses of Text in org.apache.arrow.vector.util
Methods in org.apache.arrow.vector.util with parameters of type TextModifier and TypeMethodDescriptionvoid
Text.TextSerializer.serialize
(Text text, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider serializerProvider) void
copy a text.Constructors in org.apache.arrow.vector.util with parameters of type Text