Expand description
Types to write data in Arrow format
Structs§
- Buffered
Writer - A writer for a buffered stream.
- Committed
Writer - A writer for a committed stream.
- Default
Writer - A writer for the default stream
- Pending
Writer - A writer for a pending stream.
- Writer
Builder - A builder to create a stream writer
Traits§
- Writer
- A trait for strongly-typed stream writers that can be attached to an existing stream.