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



##########
File path: docs/source/cpp/compute.rst
##########
@@ -453,22 +453,26 @@ Structural transforms
 
+==========================+============+================================================+=====================+=========+
 | fill_null                | Binary     | Boolean, Null, Numeric, Temporal, 
String-like  | Input type          | \(1)    |
 
+--------------------------+------------+------------------------------------------------+---------------------+---------+
-| is_null                  | Unary      | Any                                  
          | Boolean             | \(2)    |
+| is_nan                   | Unary      | Float, Double                        
          | Boolean             | \(2)    |
 
+--------------------------+------------+------------------------------------------------+---------------------+---------+
-| is_valid                 | Unary      | Any                                  
          | Boolean             | \(2)    |
+| is_null                  | Unary      | Any                                  
          | Boolean             | \(3)    |
 
+--------------------------+------------+------------------------------------------------+---------------------+---------+
-| list_value_length        | Unary      | List-like                            
          | Int32 or Int64      | \(4)    |
+| is_valid                 | Unary      | Any                                  
          | Boolean             | \(4)    |
++--------------------------+------------+------------------------------------------------+---------------------+---------+
+| list_value_length        | Unary      | List-like                            
          | Int32 or Int64      | \(5)    |
 
+--------------------------+------------+------------------------------------------------+---------------------+---------+
 
 * \(1) First input must be an array, second input a scalar of the same type.
   Output is an array of the same type as the inputs, and with the same values
   as the first input, except for nulls replaced with the second input value.
 
-* \(2) Output is true iff the corresponding input element is non-null.
+* \(2) Output is true iff the corresponding input element 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:
us...@infra.apache.org


Reply via email to