Nihal Jain created PHOENIX-7276:
-----------------------------------
Summary: Add support for REGEXP_LIKE function
Key: PHOENIX-7276
URL: https://issues.apache.org/jira/browse/PHOENIX-7276
Project: Phoenix
Issue Type: Improvement
Reporter: Nihal Jain
Assignee: Nihal Jain
Currently, Apache Phoenix supports a variety of built-in functions even few
around regex, see
https://phoenix.apache.org/language/functions.html#regexp_substr, but it lacks
the REGEXP_LIKE function.
The REGEXP_LIKE function operates by comparing a string to a pattern. If the
string matches the pattern, the function returns true; otherwise, it returns
false. This functionality could be invaluable for many Phoenix users who need
to filter or categorize their data based on specific patterns.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)