pub struct QueryMix {
pub range_frac: f64,
pub knn_frac: f64,
pub join_frac: f64,
pub mean_selectivity: f64,
}Expand description
Snapshot of the query workload distribution.
Fields§
§range_frac: f64§knn_frac: f64§join_frac: f64§mean_selectivity: f64Trait Implementations§
impl Copy for QueryMix
impl StructuralPartialEq for QueryMix
Auto Trait Implementations§
impl Freeze for QueryMix
impl RefUnwindSafe for QueryMix
impl Send for QueryMix
impl Sync for QueryMix
impl Unpin for QueryMix
impl UnsafeUnpin for QueryMix
impl UnwindSafe for QueryMix
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