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

Method config

datafusion/core/src/execution/session_state.rs:266–268  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

264 }
265
266 fn config(&self) -> &SessionConfig {
267 self.config()
268 }
269
270 async fn create_physical_plan(
271 &self,

Callers 7

buildMethod · 0.45
copied_configMethod · 0.45
execute_logical_planMethod · 0.45
create_catalog_schemaMethod · 0.45
set_variableMethod · 0.45
reset_variableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected