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

Method register_object_store

datafusion-cli/src/cli_context.rs:67–73  ·  view source on GitHub ↗
(
        &self,
        url: &url::Url,
        object_store: Arc<dyn ObjectStore>,
    )

Source from the content-addressed store, hash-verified

65 }
66
67 fn register_object_store(
68 &self,
69 url: &url::Url,
70 object_store: Arc<dyn ObjectStore>,
71 ) -> Option<Arc<dyn ObjectStore + 'static>> {
72 self.register_object_store(url, object_store)
73 }
74
75 fn register_table_options_extension_from_scheme(&self, scheme: &str) {
76 match scheme {

Callers 15

query_parquetFunction · 0.45
parquet_advanced_indexFunction · 0.45
query_http_csvFunction · 0.45
parquet_indexFunction · 0.45
json_shreddingFunction · 0.45
in_memory_object_storeFunction · 0.45
dataframe_to_s3Function · 0.45
query_aws_s3Function · 0.45
adapter_serializationFunction · 0.45
custom_file_castsFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_list_files_cacheFunction · 0.36