ExecutionPlanMetricsSetExt

Trait ExecutionPlanMetricsSetExt 

Source
pub trait ExecutionPlanMetricsSetExt {
    // Required methods
    fn new_count(&self, name: &'static str, partition: usize) -> Count;
    fn new_time(&self, name: &'static str, partition: usize) -> Time;
}

Required Methods§

Source

fn new_count(&self, name: &'static str, partition: usize) -> Count

Source

fn new_time(&self, name: &'static str, partition: usize) -> Time

Implementations on Foreign Types§

Source§

impl ExecutionPlanMetricsSetExt for ExecutionPlanMetricsSet

Source§

fn new_count(&self, name: &'static str, partition: usize) -> Count

Source§

fn new_time(&self, name: &'static str, partition: usize) -> Time

Implementors§