Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ with_expr_planner
Method
with_expr_planner
datafusion/sql/examples/sql.rs:81–84 ·
view source on GitHub ↗
(mut self, planner: Arc<dyn ExprPlanner>)
Source
from the content-addressed store, hash-verified
79
}
80
81
fn with_expr_planner(mut self, planner: Arc<dyn ExprPlanner>) -> Self {
82
self.expr_planners.push(planner);
83
self
84
}
85
86
fn new() -> Self {
87
let mut tables = HashMap::new();
Callers
1
main
Function · 0.45
Calls
1
push
Method · 0.45
Tested by
no test coverage detected