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
   
   ![Screen Shot 2021-08-18 at 9 50 12 
AM](https://user-images.githubusercontent.com/490673/129910047-fbcb7f02-b798-4cfb-ae11-02770f160b39.png)
   
   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]


Reply via email to