alamb opened a new issue, #13011: URL: https://github.com/apache/datafusion/issues/13011
### Is your feature request related to a problem or challenge? @Omega359 and @xinlifoobar added the `regexp_count` function in https://github.com/apache/datafusion/pull/12970 However, `regexp_count` seems to be significantly slower than `regexp_match` and `regexp_like`. (see https://github.com/apache/datafusion/pull/12080#issuecomment-2316755718 for a benchmark) ### Describe the solution you'd like I would like to review the benchmark for `regexp_count` and figure out why it is slower and if so try to improve it ### Describe alternatives you've considered _No response_ ### Additional context _No response_ -- 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: github-unsubscr...@datafusion.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org