Open
Description
Is your feature request related to a problem or challenge?
I would like to see the following regexp functions implemented. These exist in some, but not all, versions of PostgreSQL.
- regexp_count()
- regexp_instr()
- regexp_matches()
- regexp_split_to_array()
- regexp_split_to_table()
- regexp_substr()
Describe the solution you'd like
Implement these functions.
Describe alternatives you've considered
These operations can be performed using the existing functions, so I am currently unblocked for my immediate use case but having these functions built in would be convenient.
Additional context
We currently have the following regexp functions implemented. The source is in datafusion/functions/src/regex/mod.rs