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

Method done

datafusion/physical-expr-common/src/metrics/value.rs:340–342  ·  view source on GitHub ↗

Stop the timer, record the time taken and consume self

(mut self)

Source from the content-addressed store, hash-verified

338
339 /// Stop the timer, record the time taken and consume self
340 pub fn done(mut self) {
341 self.stop()
342 }
343
344 /// Stop the timer timing and record the time taken since the given endpoint.
345 pub fn stop_with(&mut self, end_time: Instant) {

Callers 15

poll_nextMethod · 0.45
poll_next_implMethod · 0.45
newMethod · 0.45
newMethod · 0.45
poll_nextMethod · 0.45
partition_iterMethod · 0.45
pull_from_inputMethod · 0.45
collect_build_sideMethod · 0.45
build_batchesMethod · 0.45
collect_build_sideMethod · 0.45

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected