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

Method inc

datafusion/execution/src/cache/list_files_cache.rs:419–422  ·  view source on GitHub ↗
(&self, duration: Duration)

Source from the content-addressed store, hash-verified

417 }
418
419 fn inc(&self, duration: Duration) {
420 let mut offset = self.offset.lock().unwrap();
421 *offset += duration;
422 }
423 }
424
425 impl TimeProvider for MockTimeProvider {

Callers 5

runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
test_cache_with_ttlFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_cache_with_ttlFunction · 0.64