Struct polars_io::csv::BatchedWriter
source · pub struct BatchedWriter<W: Write> { /* private fields */ }Available on crate features
csv or json only.Implementations§
source§impl<W: Write> BatchedWriter<W>
impl<W: Write> BatchedWriter<W>
sourcepub fn write_batch(&mut self, df: &DataFrame) -> PolarsResult<()>
pub fn write_batch(&mut self, df: &DataFrame) -> PolarsResult<()>
Auto Trait Implementations§
impl<W> RefUnwindSafe for BatchedWriter<W>where W: RefUnwindSafe,
impl<W> Send for BatchedWriter<W>where W: Send,
impl<W> Sync for BatchedWriter<W>where W: Sync,
impl<W> Unpin for BatchedWriter<W>where W: Unpin,
impl<W> UnwindSafe for BatchedWriter<W>where W: UnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more