Uses of Class
org.apache.arrow.vector.util.Text
Package
Description
-
Uses of Text in org.apache.arrow.vector
Modifier 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.Modifier 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
Modifier 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()
Modifier 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
-
Uses of Text in org.apache.arrow.vector.complex.writer
Modifier 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