pub struct Stats {
pub summary: Summary,
pub sketches: Sketches,
}Expand description
A column’s summary and its sketches, which are built together because they are one pass.
Fields§
§summary: SummaryWhat the column says about itself.
sketches: SketchesThe sketch the distinct count came out of.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Stats
impl RefUnwindSafe for Stats
impl Send for Stats
impl Sync for Stats
impl Unpin for Stats
impl UnsafeUnpin for Stats
impl UnwindSafe for Stats
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