[
https://issues.apache.org/jira/browse/CALCITE-3574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16989449#comment-16989449
]
Aitozi commented on CALCITE-3574:
---------------------------------
Hi, [~amaliujia], now calcite support
{code:java}where `f0` like '%abc%'{code}
I want to support
{code:java}
where `f0` rlike '.*abc.*'
{code}
The difference is rlike accpet a regexp which is used in hive and mysql
> 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)