alamb commented on issue #7725: URL: https://github.com/apache/arrow-datafusion/issues/7725#issuecomment-1922167077
Thank you @r3stl355 🙏 Perhaps we could: 1. Add an example to [`Expr::get_type`](https://docs.rs/datafusion/latest/datafusion/logical_expr/enum.Expr.html#method.get_type), perhaps showing an expression like `sqrt(a)` and then calling `get_type` to get the type for that expression. Bonus points would be to 1. Add a similar example to https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/expr_api.rs 3. Add a paragraph in https://arrow.apache.org/datafusion/library-user-guide/working-with-exprs.html -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
