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