logical_plan_to_bytes_with_extension_codec

Function logical_plan_to_bytes_with_extension_codec 

Source
pub fn logical_plan_to_bytes_with_extension_codec(
    plan: &LogicalPlan,
    extension_codec: &dyn LogicalExtensionCodec,
) -> Result<Bytes>
Expand description

Serialize a LogicalPlan as bytes, using the provided extension codec