Function from_project_rel   
pub fn from_project_rel<'life0, 'life1, 'async_recursion>(
    consumer: &'life0 impl SubstraitConsumer,
    p: &'life1 ProjectRel,
) -> Pin<Box<dyn Future<Output = Result<LogicalPlan, DataFusionError>> + Send + 'async_recursion>>where
    'life0: 'async_recursion,
    'life1: 'async_recursion,