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

Method expr_planners

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

Returns the [`ExprPlanner`]s for this session

(&self)

Source from the content-addressed store, hash-verified

636
637 /// Returns the [`ExprPlanner`]s for this session
638 pub fn expr_planners(&self) -> &[Arc<dyn ExprPlanner>] {
639 &self.expr_planners
640 }
641
642 #[cfg(feature = "sql")]
643 /// Returns the registered relation planners in priority order.

Callers 3

with_spark_featuresMethod · 0.45
get_expr_plannersMethod · 0.45

Calls 1

cloneMethod · 0.45

Tested by 1