pub fn physical_plan_from_json(
json: &str,
ctx: &TaskContext,
) -> Result<Arc<dyn ExecutionPlan>>Available on crate feature
json only.Expand description
Deserialize a PhysicalPlan from JSON
pub fn physical_plan_from_json(
json: &str,
ctx: &TaskContext,
) -> Result<Arc<dyn ExecutionPlan>>json only.Deserialize a PhysicalPlan from JSON