aocsa commented on a change in pull request #11019:
URL: https://github.com/apache/arrow/pull/11019#discussion_r705340521



##########
File path: cpp/src/arrow/compute/api_vector.h
##########
@@ -120,6 +120,75 @@ class ARROW_EXPORT SortOptions : public FunctionOptions {
   std::vector<SortKey> sort_keys;
 };
 
+// \brief Selection algorithm. Default is `NonStableSelect` which uses a Heap 
based
+// algorithm.
+enum class SelectKAlgorithm { NonStableSelect, StableSelect };

Review comment:
       make sense thanks @lidavidm 




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