alamb commented on issue #14317:
URL: https://github.com/apache/datafusion/issues/14317#issuecomment-2618856619

   This seems like a good idea to me
   
   As I understand it, it would allow things like 
   
   ```rust
   let df = ctx.sql("SELECT * from foo");
   let df = df.map(my_awesome_rewrite)?;
   ...
   
   fn my_awesome_plan(plan: LogicalPlan| ) -> Result<LogicalPlan> {
      ...
     Ok(new_plan)
   }
   ```
   
   Any thoughts @timsaucer  or @Omega359 ?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to