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

Method with_expr_planners

datafusion/optimizer/tests/optimizer_integration.rs:852–855  ·  view source on GitHub ↗
(mut self, expr_planners: Vec<Arc<dyn ExprPlanner>>)

Source from the content-addressed store, hash-verified

850 }
851
852 fn with_expr_planners(mut self, expr_planners: Vec<Arc<dyn ExprPlanner>>) -> Self {
853 self.expr_planners = expr_planners;
854 self
855 }
856
857 fn with_schema(mut self, name: impl Into<String>, schema: Schema) -> Self {
858 self.tables.insert(

Callers 1

test_sqlFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected