alamb opened a new issue #696: URL: https://github.com/apache/arrow-rs/issues/696
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** The current documentation for the `regexp_match` kernel is quite sparse: https://docs.rs/arrow/5.2.0/arrow/compute/kernels/regexp/fn.regexp_match.html  Also, since this function returns `ArrayRef` (aka untyped generic Array), I was personally a bit confused that `regexp_match` actually returns a `ListArray` with the matches. Having this documented would help a lot. **Describe the solution you'd like** 1. A description of the type of the array that is returned 2. A doc example (can probably adapt a test in the code) that shows how to invoke `regexp_match` and use the returned `ListArray` -- 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]
