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