Uses of Interface
org.apache.arrow.vector.complex.writer.ViewVarCharWriter
Packages that use ViewVarCharWriter
Package
Description
-
Uses of ViewVarCharWriter in org.apache.arrow.vector.complex.impl
Classes in org.apache.arrow.vector.complex.impl that implement ViewVarCharWriterModifier and TypeClassDescriptionclass
class
class
Concrete implementation ofBaseWriter.ComplexWriter
.class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
This FieldWriter implementation delegates all FieldWriter API calls to an inner FieldWriter.class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Writer for MapVectors.class
class
class
class
class
Methods in org.apache.arrow.vector.complex.impl that return ViewVarCharWriterModifier and TypeMethodDescriptionDenseUnionWriter.asViewVarChar
(byte typeId) UnionWriter.asViewVarChar()
DenseUnionWriter.viewVarChar()
DenseUnionWriter.viewVarChar
(String name) NullableStructWriter.viewVarChar
(String name) SingleStructWriter.viewVarChar
(String name) UnionFixedSizeListWriter.viewVarChar()
UnionFixedSizeListWriter.viewVarChar
(String name) UnionLargeListWriter.viewVarChar()
UnionLargeListWriter.viewVarChar
(String name) UnionListViewWriter.viewVarChar()
UnionListViewWriter.viewVarChar
(String name) UnionListWriter.viewVarChar()
UnionListWriter.viewVarChar
(String name) UnionMapWriter.viewVarChar()
UnionWriter.viewVarChar()
UnionWriter.viewVarChar
(String name) Methods in org.apache.arrow.vector.complex.impl with parameters of type ViewVarCharWriterModifier and TypeMethodDescriptionvoid
NullReader.copyAsField
(String name, ViewVarCharWriter writer) void
DenseUnionReader.copyAsValue
(ViewVarCharWriter writer) void
NullReader.copyAsValue
(ViewVarCharWriter writer) void
UnionReader.copyAsValue
(ViewVarCharWriter writer) void
ViewVarCharHolderReaderImpl.copyAsValue
(ViewVarCharWriter writer) void
ViewVarCharReaderImpl.copyAsValue
(ViewVarCharWriter writer) -
Uses of ViewVarCharWriter in org.apache.arrow.vector.complex.reader
Methods in org.apache.arrow.vector.complex.reader with parameters of type ViewVarCharWriterModifier and TypeMethodDescriptionvoid
ViewVarCharReader.copyAsField
(String name, ViewVarCharWriter writer) void
ViewVarCharReader.copyAsValue
(ViewVarCharWriter writer) -
Uses of ViewVarCharWriter in org.apache.arrow.vector.complex.writer
Subinterfaces of ViewVarCharWriter in org.apache.arrow.vector.complex.writerModifier and TypeInterfaceDescriptionstatic interface
interface
Composite of all writer types.Methods in org.apache.arrow.vector.complex.writer that return ViewVarCharWriterModifier and TypeMethodDescriptionBaseWriter.ListWriter.viewVarChar()
BaseWriter.StructWriter.viewVarChar
(String name)