[ 
https://issues.apache.org/jira/browse/FLINK-6198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16034926#comment-16034926
 ] 

ASF GitHub Bot commented on FLINK-6198:
---------------------------------------

Github user alpinegizmo commented on a diff in the pull request:

    https://github.com/apache/flink/pull/4041#discussion_r119878726
  
    --- Diff: docs/dev/libs/cep.md ---
    @@ -168,33 +256,34 @@ start.where(
     </div>
     </div>
     
    -<span class="label label-danger">Attention</span> The call to 
`Context.getEventsForPattern(...)` has to find the 
    -elements that belong to the pattern. The cost of this operation can vary, 
so when implementing your condition, try 
    -to minimize the times the method is called.
    +<span class="label label-danger">Attention</span> The call to 
`context.getEventsForPattern(...)` finds all the 
    +previously accepted events for a given potential match. The cost of this 
operation can vary, so when implementing 
    +your condition, try to minimize the times the method is called.
    --- End diff --
    
    ... try to minimize its use.


> Update the documentation of the CEP library to include all the new features.
> ----------------------------------------------------------------------------
>
>                 Key: FLINK-6198
>                 URL: https://issues.apache.org/jira/browse/FLINK-6198
>             Project: Flink
>          Issue Type: Sub-task
>          Components: CEP
>    Affects Versions: 1.3.0
>            Reporter: Kostas Kloudas
>            Assignee: Kostas Kloudas
>            Priority: Critical
>             Fix For: 1.3.0
>
>
> New features to include:
> * Iterative Functions
> * Quantifiers
> * Time handling
> * Migration from FilterFunction to IterativeCondition



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to