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 TypeMethodDescriptionvoidSet the variable length element at the specified index to the content in supplied Text.voidSet the variable length element at the specified index to the content in supplied Text.voidSet the variable length element at the specified index to the content in supplied Text.voidSame 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.voidSame 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.voidSame 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 TypeMethodDescriptionvoidLargeVarCharWriterImpl.writeLargeVarChar(Text value) voidPromotableWriter.writeLargeVarChar(Text value) voidUnionFixedSizeListWriter.writeLargeVarChar(Text value) voidUnionLargeListWriter.writeLargeVarChar(Text value) voidUnionListViewWriter.writeLargeVarChar(Text value) voidUnionListWriter.writeLargeVarChar(Text value) voidUnionWriter.writeLargeVarChar(Text value) voidPromotableWriter.writeVarChar(Text value) voidUnionFixedSizeListWriter.writeVarChar(Text value) voidUnionLargeListWriter.writeVarChar(Text value) voidUnionListViewWriter.writeVarChar(Text value) voidUnionListWriter.writeVarChar(Text value) voidUnionWriter.writeVarChar(Text value) voidVarCharWriterImpl.writeVarChar(Text value) voidUnionFixedSizeListWriter.writeViewVarChar(Text value) voidUnionLargeListWriter.writeViewVarChar(Text value) voidUnionListViewWriter.writeViewVarChar(Text value) voidUnionListWriter.writeViewVarChar(Text value) voidUnionWriter.writeViewVarChar(Text value) voidViewVarCharWriterImpl.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 TypeMethodDescriptionvoidLargeVarCharWriter.writeLargeVarChar(Text value) voidVarCharWriter.writeVarChar(Text value) voidViewVarCharWriter.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 TypeMethodDescriptionvoidText.TextSerializer.serialize(Text text, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider serializerProvider) voidcopy a text.Constructors in org.apache.arrow.vector.util with parameters of type Text