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

Function test_config

datafusion/catalog/src/async.rs:480–485  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

478 }
479
480 fn test_config() -> SessionConfig {
481 let mut config = SessionConfig::default();
482 config.options_mut().catalog.default_catalog = MOCK_CATALOG.to_string();
483 config.options_mut().catalog.default_schema = MOCK_SCHEMA.to_string();
484 config
485 }
486
487 #[tokio::test]
488 async fn test_async_schema_provider_resolve() {

Callers 2

checkFunction · 0.85
test_defaultsFunction · 0.85

Calls 2

options_mutMethod · 0.80
to_stringMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…