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

Method with_config

datafusion/core/src/execution/session_state.rs:1426–1429  ·  view source on GitHub ↗

Set the [`SessionConfig`]

(mut self, config: SessionConfig)

Source from the content-addressed store, hash-verified

1424
1425 /// Set the [`SessionConfig`]
1426 pub fn with_config(mut self, config: SessionConfig) -> Self {
1427 self.config = Some(config);
1428 self
1429 }
1430
1431 /// Set the [`TableOptions`]
1432 pub fn with_table_options(mut self, table_options: TableOptions) -> Self {

Callers 7

make_session_stateFunction · 0.45
query_compress_dataFunction · 0.45
test_from_existingFunction · 0.45
new_with_config_rtMethod · 0.45
test_dynamic_file_queryFunction · 0.45
custom_query_plannerFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_from_existingFunction · 0.36
test_dynamic_file_queryFunction · 0.36