Alex-PLACET commented on code in PR #49679:
URL: https://github.com/apache/arrow/pull/49679#discussion_r3362716608
##########
cpp/src/arrow/compute/api_vector.h:
##########
@@ -515,6 +530,27 @@ Result<std::shared_ptr<Array>> SelectKUnstable(const
Datum& datum,
const SelectKOptions& options,
ExecContext* ctx = NULLPTR);
+/// \brief Find insertion indices that preserve sorted order.
+///
+/// The `values` datum must be a plain array or run-end encoded array sorted in
+/// ascending order. `needles` may be a scalar, plain array, or run-end encoded
+/// array whose logical value type matches `values`.
Review Comment:
done
--
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]