You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Jungtaek Lim (JIRA)" <ji...@apache.org> on 2016/09/21 23:56:20 UTC

[jira] [Updated] (STORM-2111) [Storm SQL] support 'LIKE' and 'SIMILAR TO'

     [ https://issues.apache.org/jira/browse/STORM-2111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jungtaek Lim updated STORM-2111:
--------------------------------
    Issue Type: Improvement  (was: Bug)

> [Storm SQL] support 'LIKE' and 'SIMILAR TO'
> -------------------------------------------
>
>                 Key: STORM-2111
>                 URL: https://issues.apache.org/jira/browse/STORM-2111
>             Project: Apache Storm
>          Issue Type: Improvement
>          Components: storm-sql
>            Reporter: Jungtaek Lim
>
> Currently Storm SQL doesn't support 'LIKE' and 'SIMILAR TO' keywords.
> Its implementation is existing on SqlFunctions so what we need to do is just registering them to ImpTable and make some unit tests.
> NOT LIKE and NOT SIMILAR TO is represented as NOT(LIKE) and NOT(SIMILAR TO) so it should be automatically supported after.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)