pub struct StreamingKoreWriter { /* private fields */ }Implementations§
Source§impl StreamingKoreWriter
impl StreamingKoreWriter
Sourcepub fn begin(
columns: Vec<KColumn>,
chunk_size: usize,
path: &str,
) -> Result<Self, String>
pub fn begin( columns: Vec<KColumn>, chunk_size: usize, path: &str, ) -> Result<Self, String>
Open output file and write placeholder header + schema + empty dictionary.
Auto Trait Implementations§
impl Freeze for StreamingKoreWriter
impl RefUnwindSafe for StreamingKoreWriter
impl Send for StreamingKoreWriter
impl Sync for StreamingKoreWriter
impl Unpin for StreamingKoreWriter
impl UnsafeUnpin for StreamingKoreWriter
impl UnwindSafe for StreamingKoreWriter
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