pub struct WriterStats {
pub row_count: usize,
pub sidecar_count: usize,
}Expand description
Counters for what a MooncakeJsonlWriter has emitted.
Fields§
§row_count: usize§sidecar_count: usizeTrait Implementations§
Source§impl Clone for WriterStats
impl Clone for WriterStats
Source§fn clone(&self) -> WriterStats
fn clone(&self) -> WriterStats
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WriterStats
Source§impl Debug for WriterStats
impl Debug for WriterStats
Source§impl Default for WriterStats
impl Default for WriterStats
Source§fn default() -> WriterStats
fn default() -> WriterStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WriterStats
impl RefUnwindSafe for WriterStats
impl Send for WriterStats
impl Sync for WriterStats
impl Unpin for WriterStats
impl UnsafeUnpin for WriterStats
impl UnwindSafe for WriterStats
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