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

Method with_expr_planner

datafusion/sql/tests/common/mod.rs:68–71  ·  view source on GitHub ↗
(mut self, expr_planner: Arc<dyn ExprPlanner>)

Source from the content-addressed store, hash-verified

66
67impl MockSessionState {
68 pub fn with_expr_planner(mut self, expr_planner: Arc<dyn ExprPlanner>) -> Self {
69 self.expr_planners.push(expr_planner);
70 self
71 }
72
73 pub fn with_type_planner(mut self, type_planner: Arc<dyn TypePlanner>) -> Self {
74 self.type_planner = Some(type_planner);

Callers 7

mock_session_stateFunction · 0.45
plan_sqlFunction · 0.45
roundtrip_statementFunction · 0.45
roundtrip_crossjoinFunction · 0.45

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected