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

Method build_arc

datafusion/execution/src/runtime_env.rs:491–493  ·  view source on GitHub ↗

Convenience method to create a new `Arc `

(self)

Source from the content-addressed store, hash-verified

489
490 /// Convenience method to create a new `Arc<RuntimeEnv>`
491 pub fn build_arc(self) -> Result<Arc<RuntimeEnv>> {
492 self.build().map(Arc::new)
493 }
494
495 /// Create a new RuntimeEnvBuilder from an existing RuntimeEnv
496 pub fn from_runtime_env(runtime_env: &RuntimeEnv) -> Self {

Calls 2

mapMethod · 0.45
buildMethod · 0.45