pub struct Classes { /* private fields */ }Expand description
How many decisions were made on what.
The class histogram of spec/stats/09-measurement.md section 9.5. For a whole suite, the
fraction of the planner’s decisions that were exact, certified, estimated or unknown, which is
the direct measurement of whether the statistics layer is doing its job. It is more diagnostic
than q-error for the first several milestones, because early on the estimates are bad for the
boring reason that there are none.
Implementations§
Trait Implementations§
impl Copy for Classes
impl Eq for Classes
impl StructuralPartialEq for Classes
Auto Trait Implementations§
impl Freeze for Classes
impl RefUnwindSafe for Classes
impl Send for Classes
impl Sync for Classes
impl Unpin for Classes
impl UnsafeUnpin for Classes
impl UnwindSafe for Classes
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