pub fn logical_plan_from_bytes(
    bytes: &[u8],
    ctx: &SessionContext
) -> Result<LogicalPlan>
Expand description

Deserialize a LogicalPlan from bytes