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