edponce commented on a change in pull request #11937:
URL: https://github.com/apache/arrow/pull/11937#discussion_r771604225



##########
File path: cpp/src/arrow/compute/api_vector.h
##########
@@ -188,6 +188,35 @@ class ARROW_EXPORT PartitionNthOptions : public 
FunctionOptions {
   NullPlacement null_placement;
 };
 
+/// \brief Options for IsMonotonic
+class ARROW_EXPORT IsMonotonicOptions : public FunctionOptions {
+ public:
+  enum NullHandling {
+    /// Ignore nulls.
+    IGNORE_NULLS,

Review comment:
       Based on the other enum names, use only `IGNORE`, since `enum 
NullHandling` already specifies this is for nulls.




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