physical_plan_from_bytes_with_extension_codec

Function physical_plan_from_bytes_with_extension_codec 

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

Deserialize a PhysicalPlan from bytes