Skip to main content

Module arrow

Module arrow 

Source
Expand description

Types to write data in Arrow format

Structs§

BufferedWriter
A writer for a buffered stream.
CommittedWriter
A writer for a committed stream.
DefaultWriter
A writer for the default stream
PendingWriter
A writer for a pending stream.
WriterBuilder
A builder to create a stream writer

Traits§

Writer
A trait for strongly-typed stream writers that can be attached to an existing stream.