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

Method get_expr_planners

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

Source from the content-addressed store, hash-verified

1935#[cfg(feature = "sql")]
1936impl ContextProvider for SessionContextProvider<'_> {
1937 fn get_expr_planners(&self) -> &[Arc<dyn ExprPlanner>] {
1938 self.state.expr_planners()
1939 }
1940
1941 fn get_relation_planners(&self) -> &[Arc<dyn RelationPlanner>] {
1942 self.state.relation_planners()

Callers

nothing calls this directly

Calls 1

expr_plannersMethod · 0.45

Tested by

no test coverage detected