physical_plan_to_bytes_with_extension_codec

Function physical_plan_to_bytes_with_extension_codec 

Source
pub fn physical_plan_to_bytes_with_extension_codec(
    plan: Arc<dyn ExecutionPlan>,
    extension_codec: &dyn PhysicalExtensionCodec,
) -> Result<Bytes>
Expand description

Serialize a PhysicalPlan as bytes, using the provided extension codec