[
https://issues.apache.org/jira/browse/CALCITE-3574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16989473#comment-16989473
]
Rui Wang edited comment on CALCITE-3574 at 12/6/19 7:34 AM:
------------------------------------------------------------
In addition, I am not seeing the parser support "RLIKE", you might also need to
touch Parser.jj to add "RLIKE" in parser.
Regarding to the runtime code, I think CALCITE-3063 tried to support
postgresql's POXIS_REGEXP, which is be similar or same to MySQL's RLIKE, as
both postgresql and MYSQL state their POXIS_REGEXP/RLIKE support regular
expressions similar to those used by Unix utilities such as grep and sed. So
you might can reuse existing code for execution, if that's possible.
was (Author: amaliujia):
In addition, I am not seeing the parser support "RLIKE", you might also need to
touch Parser.jj to add "RLIKE" in parser.
> Add rlike syntax
> -----------------
>
> Key: CALCITE-3574
> URL: https://issues.apache.org/jira/browse/CALCITE-3574
> Project: Calcite
> Issue Type: Improvement
> Components: core
> Reporter: Aitozi
> Priority: Major
>
> Now rlike is not supported in calcite, i think it's useful to support this so
> that it can be used in other engine depending on calcite.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)