Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ now
Method
now
datafusion/execution/src/cache/list_files_cache.rs:45–47 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
43
44
impl TimeProvider for SystemTimeProvider {
45
fn now(&self) -> Instant {
46
Instant::now()
47
}
48
}
49
50
/// Default implementation of [`ListFilesCache`]
Callers
3
get
Method · 0.80
put
Method · 0.80
contains_key
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected