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

Method optimizer

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

Returns the [`Optimizer`] for this session

(&self)

Source from the content-addressed store, hash-verified

631
632 /// Returns the [`Optimizer`] for this session
633 pub fn optimizer(&self) -> &Optimizer {
634 &self.optimizer
635 }
636
637 /// Returns the [`ExprPlanner`]s for this session
638 pub fn expr_planners(&self) -> &[Arc<dyn ExprPlanner>] {

Callers 3

execute_logical_planMethod · 0.80
remove_optimizer_ruleFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected