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

Method get_expr_planners

datafusion/sql/examples/sql.rs:177–179  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

175 }
176
177 fn get_expr_planners(&self) -> &[Arc<dyn ExprPlanner>] {
178 &self.expr_planners
179 }
180}

Calls

no outgoing calls

Tested by

no test coverage detected