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

Method config_options

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

Source from the content-addressed store, hash-verified

210
211impl PhysicalOptimizerContext for SessionState {
212 fn config_options(&self) -> &ConfigOptions {
213 self.config_options()
214 }
215
216 fn statistics_registry(&self) -> Option<&StatisticsRegistry> {
217 self.statistics_registry.as_ref()

Callers 15

create_initial_planMethod · 0.45
handle_explainMethod · 0.45
handle_analyzeMethod · 0.45
createMethod · 0.45
with_column_renamedMethod · 0.45
resolve_table_refMethod · 0.45
create_physical_exprMethod · 0.45
optionsMethod · 0.45

Calls 1

optionsMethod · 0.45

Tested by

no test coverage detected