waitingkuo commented on code in PR #2942:
URL: https://github.com/apache/arrow-datafusion/pull/2942#discussion_r931469025


##########
datafusion/physical-expr/src/math_expressions.rs:
##########
@@ -176,11 +176,39 @@ pub fn power(args: &[ArrayRef]) -> Result<ArrayRef> {
     }
 }
 
+pub fn atan2(args: &[ArrayRef]) -> Result<ArrayRef> {
+    // FIXME other data_type?

Review Comment:
   if both args are f32, it will return f32 using 
<https://doc.rust-lang.org/std/primitive.f32.html#method.atan2>



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

Reply via email to