Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ runtime_env
Method
runtime_env
datafusion/datasource/src/url.rs:1229–1231 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1227
}
1228
1229
fn runtime_env(&self) -> &Arc<RuntimeEnv> {
1230
&self.runtime_env
1231
}
1232
1233
fn execution_props(&self) -> &ExecutionProps {
1234
unimplemented!()
Callers
3
list_with_cache
Function · 0.45
write_all
Method · 0.45
open_with_args
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected