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

Method with_object_store_registry

datafusion/execution/src/runtime_env.rs:401–407  ·  view source on GitHub ↗

Customize object store registry

(
        mut self,
        object_store_registry: Arc<dyn ObjectStoreRegistry>,
    )

Source from the content-addressed store, hash-verified

399
400 /// Customize object store registry
401 pub fn with_object_store_registry(
402 mut self,
403 object_store_registry: Arc<dyn ObjectStoreRegistry>,
404 ) -> Self {
405 self.object_store_registry = object_store_registry;
406 self
407 }
408
409 /// Specify the total memory to use while running the DataFusion
410 /// plan to `max_memory * memory_fraction` in bytes.

Callers 1

main_innerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected