Struct datafusion::physical_plan::metrics::Count
source · pub struct Count { /* private fields */ }
Expand description
A counter to record things such as number of input or output rows
Note clone
ing counters update the same underlying metrics
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Count
impl Send for Count
impl Sync for Count
impl Unpin for Count
impl UnwindSafe for Count
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