andygrove commented on pull request #8032:
URL: https://github.com/apache/arrow/pull/8032#issuecomment-679327189


   For built-in functions like `sqrt` I would expect DataFusion to provide 
convenience functions to create an expression, like we do with `col` and the 
aggregate functions. I assume we could also do that with the design proposed 
here?
   
   For example, I would like to be able to write:
   
   ```rust
   df.select(vec![col("foo"), sqrt(col("bar"))])?
   ```


----------------------------------------------------------------
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.

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


Reply via email to