mbrobbel commented on a change in pull request #11937:
URL: https://github.com/apache/arrow/pull/11937#discussion_r771651816
##########
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:
I had that initially, but IGNORE caused compilation issues on Windows.
--
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]