Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
Currently Regular Expression Operators (RLIKE) are not supported. e.g.:
select * from emps name rlike '^(K|G|W)'
we'll get Error:
Error: Error while executing SQL "select * from emps name rlike '^(K|G|W)'": parse failed: Encountered "rlike" at line 1, column 25.
So, in this JIRA. I want add RLIKE supported.
Reference:
MySql: https://dev.mysql.com/doc/refman/5.7/en/regexp.html#operator_regexp
Attachments
Issue Links
- duplicates
-
CALCITE-3574 Add RLIKE operator (similar to LIKE, but Hive- and Spark-specific)
-
- Closed
-