You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Dian Fu (JIRA)" <ji...@apache.org> on 2017/07/11 08:02:00 UTC

[jira] [Created] (FLINK-7147) Support greedy quantifier in CEP

Dian Fu created FLINK-7147:
------------------------------

             Summary: Support greedy quantifier in CEP
                 Key: FLINK-7147
                 URL: https://issues.apache.org/jira/browse/FLINK-7147
             Project: Flink
          Issue Type: Sub-task
            Reporter: Dian Fu
            Assignee: Dian Fu


Greedy quantifier will try to match the token as many times as possible. For example, for pattern {{a b* c}} (skip till next is used) and inputs {{a b1 b2 c}}, if the quantifier for {{b}} is greedy, it will only output {{a b1 b2 c}}.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)