pub struct MergeStats {
pub tables_merged: usize,
pub bytes_written: u64,
pub table_names: Vec<String>,
}Expand description
Statistics from merge operation
Fields§
§tables_merged: usize§bytes_written: u64§table_names: Vec<String>Trait Implementations§
Source§impl Debug for MergeStats
impl Debug for MergeStats
Source§impl Default for MergeStats
impl Default for MergeStats
Source§fn default() -> MergeStats
fn default() -> MergeStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MergeStats
impl RefUnwindSafe for MergeStats
impl Send for MergeStats
impl Sync for MergeStats
impl Unpin for MergeStats
impl UnwindSafe for MergeStats
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more