pub trait GraphPhysicalPlanner {
// Required method
fn plan(&self, logical_plan: &LogicalOperator) -> Result<LogicalPlan>;
}Expand description
Planner abstraction for graph-to-physical planning
pub trait GraphPhysicalPlanner {
// Required method
fn plan(&self, logical_plan: &LogicalOperator) -> Result<LogicalPlan>;
}Planner abstraction for graph-to-physical planning