Trait ExecutionPlanMetricsSetExt

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

Required Methods§

Source

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

Implementations on Foreign Types§

Source§

impl ExecutionPlanMetricsSetExt for ExecutionPlanMetricsSet

Source§

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

Implementors§