Struct datafusion::physical_plan::SQLMetric [−][src]
pub struct SQLMetric { /* fields omitted */ }
Expand description
SQL metric such as counter (number of input or output rows) or timing information about a physical operator.
Implementations
Create a new metric for tracking time in nanoseconds
Create a new SQLMetric
Add elapsed nanoseconds since start
to self
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SQLMetric
impl UnwindSafe for SQLMetric
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self