Uses of Interface
org.apache.arrow.vector.complex.writer.UInt8Writer
Packages that use UInt8Writer
Package
Description
-
Uses of UInt8Writer in org.apache.arrow.vector.complex.impl
Classes in org.apache.arrow.vector.complex.impl that implement UInt8WriterModifier 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 UInt8WriterModifier and TypeMethodDescriptionDenseUnionWriter.asUInt8
(byte typeId) UnionWriter.asUInt8()
DenseUnionWriter.uInt8()
UnionFixedSizeListWriter.uInt8()
UnionLargeListWriter.uInt8()
UnionListViewWriter.uInt8()
UnionListWriter.uInt8()
UnionMapWriter.uInt8()
UnionWriter.uInt8()
Methods in org.apache.arrow.vector.complex.impl with parameters of type UInt8WriterModifier and TypeMethodDescriptionvoid
NullReader.copyAsField
(String name, UInt8Writer writer) void
DenseUnionReader.copyAsValue
(UInt8Writer writer) void
NullReader.copyAsValue
(UInt8Writer writer) void
UInt8HolderReaderImpl.copyAsValue
(UInt8Writer writer) void
UInt8ReaderImpl.copyAsValue
(UInt8Writer writer) void
UnionReader.copyAsValue
(UInt8Writer writer) -
Uses of UInt8Writer in org.apache.arrow.vector.complex.reader
Methods in org.apache.arrow.vector.complex.reader with parameters of type UInt8WriterModifier and TypeMethodDescriptionvoid
UInt8Reader.copyAsField
(String name, UInt8Writer writer) void
UInt8Reader.copyAsValue
(UInt8Writer writer) -
Uses of UInt8Writer in org.apache.arrow.vector.complex.writer
Subinterfaces of UInt8Writer 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 UInt8Writer