pub fn unwrap_arc(plan: Arc<LogicalPlan>) -> LogicalPlan
Expand description

Converts a Arc<LogicalPlan> without copying, if possible. Copies the plan if there is a shared reference