pub struct OJoinEmitStats {
pub bytes_emitted: usize,
pub items_emitted: usize,
pub errors: usize,
pub warnings: usize,
pub elapsed_ms: u64,
}Expand description
Emission statistics for OJoin.
Fields§
§bytes_emitted: usize§items_emitted: usize§errors: usize§warnings: usize§elapsed_ms: u64Implementations§
Trait Implementations§
Source§impl Clone for OJoinEmitStats
impl Clone for OJoinEmitStats
Source§fn clone(&self) -> OJoinEmitStats
fn clone(&self) -> OJoinEmitStats
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OJoinEmitStats
impl Debug for OJoinEmitStats
Source§impl Default for OJoinEmitStats
impl Default for OJoinEmitStats
Source§fn default() -> OJoinEmitStats
fn default() -> OJoinEmitStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OJoinEmitStats
impl RefUnwindSafe for OJoinEmitStats
impl Send for OJoinEmitStats
impl Sync for OJoinEmitStats
impl Unpin for OJoinEmitStats
impl UnsafeUnpin for OJoinEmitStats
impl UnwindSafe for OJoinEmitStats
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