apache / apache/datafusion-python

Expose additional regexp functions

未关闭
#803 1 条评论 0 个 reaction 已指派 1 人 已被 @nirnayroy 认领 在 GitHub 查看
enhancement
主要语言
Python
星标
604
派生
174
平均合并
2 天 22 小时
30 天内合并 PR
5

描述

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.**

Once https://github.com/apache/datafusion/issues/11946 is complete, add these functions to the python wrapper

**Describe the solution you'd like**

Expose additional regexp functions in python.

- [ ] [regexp_count()](https://pgpedia.info/r/regexp_count.html)
- [ ] [regexp_instr()](https://pgpedia.info/r/regexp_instr.html)
- [ ] [regexp_matches()](https://pgpedia.info/r/regexp_matches.html)
- [ ] [regexp_split_to_array()](https://pgpedia.info/r/regexp_split_to_array.html)
- [ ] [regexp_split_to_table()](https://pgpedia.info/r/regexp_split_to_table.html)
- [ ] [regexp_substr()](https://pgpedia.info/r/regexp_substr.html)

**Describe alternatives you've considered**

You can work around these with existing functions.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。