Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ stop
Method
stop
datafusion/datasource/src/file_stream/metrics.rs:36–40 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
34
}
35
36
pub fn stop(&mut self) {
37
if let Some(start) = self.start.take() {
38
self.metrics.add_elapsed(start);
39
}
40
}
41
}
42
43
/// Metrics for [`FileStream`]
Callers
6
poll_scan
Method · 0.45
start_postgres
Function · 0.45
open
Method · 0.45
evaluate
Method · 0.45
transition
Method · 0.45
load
Method · 0.45
Calls
2
add_elapsed
Method · 0.80
take
Method · 0.45
Tested by
no test coverage detected