logical_plan_from_bytes_with_extension_codec

Function logical_plan_from_bytes_with_extension_codec 

Source
pub fn logical_plan_from_bytes_with_extension_codec(
    bytes: &[u8],
    ctx: &TaskContext,
    extension_codec: &dyn LogicalExtensionCodec,
) -> Result<LogicalPlan>
Expand description

Deserialize a LogicalPlan from bytes