Enum datafusion::physical_plan::MetricType [−][src]
pub enum MetricType { Counter, TimeNanos, }
Expand description
SQL metric type
Variants
Simple counter
Wall clock time in nanoseconds
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MetricType
impl Send for MetricType
impl Sync for MetricType
impl Unpin for MetricType
impl UnwindSafe for MetricType
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self