Uses of Interface
org.apache.arrow.vector.complex.writer.LargeVarCharWriter
Package
Description
-
Uses of LargeVarCharWriter in org.apache.arrow.vector.complex.impl
Modifier 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
Modifier and TypeMethodDescriptionDenseUnionWriter.asLargeVarChar
(byte typeId) UnionWriter.asLargeVarChar()
DenseUnionWriter.largeVarChar()
DenseUnionWriter.largeVarChar
(String name) NullableStructWriter.largeVarChar
(String name) SingleStructWriter.largeVarChar
(String name) UnionFixedSizeListWriter.largeVarChar()
UnionFixedSizeListWriter.largeVarChar
(String name) UnionLargeListWriter.largeVarChar()
UnionLargeListWriter.largeVarChar
(String name) UnionListViewWriter.largeVarChar()
UnionListViewWriter.largeVarChar
(String name) UnionListWriter.largeVarChar()
UnionListWriter.largeVarChar
(String name) UnionMapWriter.largeVarChar()
UnionWriter.largeVarChar()
UnionWriter.largeVarChar
(String name) Modifier and TypeMethodDescriptionvoid
NullReader.copyAsField
(String name, LargeVarCharWriter writer) void
DenseUnionReader.copyAsValue
(LargeVarCharWriter writer) void
LargeVarCharHolderReaderImpl.copyAsValue
(LargeVarCharWriter writer) void
LargeVarCharReaderImpl.copyAsValue
(LargeVarCharWriter writer) void
NullReader.copyAsValue
(LargeVarCharWriter writer) void
UnionReader.copyAsValue
(LargeVarCharWriter writer) -
Uses of LargeVarCharWriter in org.apache.arrow.vector.complex.reader
Modifier and TypeMethodDescriptionvoid
LargeVarCharReader.copyAsField
(String name, LargeVarCharWriter writer) void
LargeVarCharReader.copyAsValue
(LargeVarCharWriter writer) -
Uses of LargeVarCharWriter in org.apache.arrow.vector.complex.writer
Modifier and TypeInterfaceDescriptionstatic interface
interface
Composite of all writer types.Modifier and TypeMethodDescriptionBaseWriter.ListWriter.largeVarChar()
BaseWriter.StructWriter.largeVarChar
(String name)