physical_plan_from_bytes

Function physical_plan_from_bytes 

Source
pub fn physical_plan_from_bytes(
    bytes: &[u8],
    ctx: &TaskContext,
) -> Result<Arc<dyn ExecutionPlan>>
Expand description

Deserialize a PhysicalPlan from bytes