MCPcopy 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
325impl 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

newFunction · 0.85
buildMethod · 0.45

Tested by

no test coverage detected