Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ default
Method
default
datafusion/execution/src/runtime_env.rs:326–328 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
324
325
impl Default for RuntimeEnv {
326
fn default() -> Self {
327
RuntimeEnvBuilder::new().build().unwrap()
328
}
329
}
330
331
/// Execution runtime configuration builder.
Callers
nothing calls this directly
Calls
2
new
Function · 0.85
build
Method · 0.45
Tested by
no test coverage detected