[
https://issues.apache.org/jira/browse/FLINK-6198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16034932#comment-16034932
]
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_r119879015
--- 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.
-**Simple Conditions:** This type of conditions extend the aforementioned
`IterativeCondition` class. They are simple
-filtering conditions that decide to accept an element or not, based only
on properties of the element itself.
+**Simple Conditions:** This type of conditions extend the aforementioned
`IterativeCondition` class and decides
--- End diff --
... This type of condition extends the aforementioned `IterativeCondition`
class and decides whether ...
> 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)