Struct hashjoin::measurement::hash_join_bench::HashJoinPoint
source · [−]pub struct HashJoinPoint {
pub hash_table_malloc_ns: Option<f64>,
pub build_ns: Option<f64>,
pub probe_ns: Option<f64>,
pub build_warm_up_ns: Option<f64>,
pub probe_warm_up_ns: Option<f64>,
pub build_copy_ns: Option<f64>,
pub probe_copy_ns: Option<f64>,
pub build_compute_ns: Option<f64>,
pub probe_compute_ns: Option<f64>,
pub build_cool_down_ns: Option<f64>,
pub probe_cool_down_ns: Option<f64>,
pub cached_hash_table_tuples: Option<usize>,
}
Fields
hash_table_malloc_ns: Option<f64>
build_ns: Option<f64>
probe_ns: Option<f64>
build_warm_up_ns: Option<f64>
probe_warm_up_ns: Option<f64>
build_copy_ns: Option<f64>
probe_copy_ns: Option<f64>
build_compute_ns: Option<f64>
probe_compute_ns: Option<f64>
build_cool_down_ns: Option<f64>
probe_cool_down_ns: Option<f64>
cached_hash_table_tuples: Option<usize>
Trait Implementations
sourceimpl Debug for HashJoinPoint
impl Debug for HashJoinPoint
sourceimpl Default for HashJoinPoint
impl Default for HashJoinPoint
sourcefn default() -> HashJoinPoint
fn default() -> HashJoinPoint
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for HashJoinPoint
impl Send for HashJoinPoint
impl Sync for HashJoinPoint
impl Unpin for HashJoinPoint
impl UnwindSafe for HashJoinPoint
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more