Add regexp function - regexp_split_to_array()
Open
enhancement
- Dominant language
- Rust
- Stars
- 9.3k
- Forks
- 2.4k
- Avg merge
- 3d 7h
- Merged PRs (30d)
- 344
Description
### Is your feature request related to a problem or challenge?
As discussed in #11946 implement regexp_split_to_array() function
### Describe the solution you'd like
Behavior in https://pgpedia.info/r/regexp_split_to_array.html
### Describe alternatives you've considered
_No response_
### Additional context
Discussed in #11946
Contributor guide
Research direction
Start by reading the discussion in issue #11946 and the referenced pgpedia behavior for regexp_split_to_array(). Then locate the relevant DataFusion SQL function entry point and its tests; done means the function is implemented with behavior matching the reference and covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust, sql
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100