bu2 commented on a change in pull request #9023:
URL: https://github.com/apache/arrow/pull/9023#discussion_r551969646



##########
File path: cpp/src/arrow/compute/kernels/scalar_validity.cc
##########
@@ -132,6 +156,11 @@ const FunctionDoc is_null_doc("Return true if null",
                               ("For each input value, emit true iff the value 
is null."),
                               {"values"});
 
+const FunctionDoc is_nan_doc("Return true if NaN",
+                             ("For each input value, emit true iff the value 
is NaN "
+                              "(according to std::isnan(value))."),

Review comment:
       Ok




----------------------------------------------------------------
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:
[email protected]


Reply via email to