GitHub user kl0u opened a pull request:

    https://github.com/apache/flink/pull/3624

    [FLINK-6197] [cep] Add support for iterative conditions.

    So far, the where clause only supported simple FilterFunction
    conditions. With this, we add support for conditions where an
    event is accepted not only based on its own properties, e.g.
    name, as it was before, but also based on some statistic
    computed over previously accepted events in the pattern, e.g.
    if the price is higher than the average of the prices of the
    previously accepted events.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/kl0u/flink cep-iterative-functions

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/3624.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3624
    
----
commit dfb848b83864071ef6738261e425bf4d0e43575d
Author: kl0u <kklou...@gmail.com>
Date:   2017-03-22T14:52:07Z

    [FLINK-6197] [cep] Add support for iterative conditions.
    
    So far, the where clause only supported simple FilterFunction
    conditions. With this, we add support for conditions where an
    event is accepted not only based on its own properties, e.g.
    name, as it was before, but also based on some statistic
    computed over previously accepted events in the pattern, e.g.
    if the price is higher than the average of the prices of the
    previously accepted events.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to