c-jamie opened a new pull request #12270: URL: https://github.com/apache/arrow/pull/12270
Adds decimal support to the `indices_nonzero` compute function. This vector function returns the indices of an array that contains values `!=0` or `!=false`. This can be used in conjunction with existing functions that return a mask to get back the indices where the mask matches. Have also added a small enhancement to the `indices_nonzero` tests to use a `TYPED_TEST_SUITE` for numeric primitives. -- 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]
