MCPcopy Create free account
hub / github.com/apache/datafusion / start

Method start

datafusion/datasource/src/file_stream/metrics.rs:31–34  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

29
30impl StartableTime {
31 pub fn start(&mut self) {
32 assert!(self.start.is_none());
33 self.start = Some(Instant::now());
34 }
35
36 pub fn stop(&mut self) {
37 if let Some(start) = self.start.take() {

Callers 7

get_spansFunction · 0.45
poll_scanMethod · 0.45
hide_firstFunction · 0.45
start_postgresFunction · 0.45
setup_minio_containerFunction · 0.45
replace_allFunction · 0.45

Calls

no outgoing calls

Tested by 3

get_spansFunction · 0.36
hide_firstFunction · 0.36
setup_minio_containerFunction · 0.36