Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ drop
Method
drop
datafusion/physical-expr-common/src/metrics/value.rs:360–362 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
358
359
impl Drop for ScopedTimerGuard<'_> {
360
fn drop(&mut self) {
361
self.stop()
362
}
363
}
364
365
/// Counters tracking pruning metrics
Callers
nothing calls this directly
Calls
1
stop
Method · 0.45
Tested by
no test coverage detected