Available on crate feature
polars-io only.Structs§
- Async
DynWritable - Turn an abstract io::Write into an abstract tokio::io::AsyncWrite.
Enums§
- Async
Writable - Holds an async writable file, abstracted over local files or cloud files.
- Buffered
Writable - Avoid BufWriter wrapping on writers that already have internal buffering.
- Writable
- Holds a non-async writable file, abstracted over local files or cloud files.