shuai-xu commented on a change in pull request #11168: [FLINK-16140] [docs-zh] 
Translate Event Processing (CEP) page into Chinese
URL: https://github.com/apache/flink/pull/11168#discussion_r387437113
 
 

 ##########
 File path: docs/dev/libs/cep.zh.md
 ##########
 @@ -1509,18 +1466,17 @@ class MyPatternProcessFunction<IN, OUT> extends 
PatternProcessFunction<IN, OUT>
 }
 {% endhighlight %}
 
-The `PatternProcessFunction` gives access to a `Context` object. Thanks to it, 
one can access time related
-characteristics such as `currentProcessingTime` or `timestamp` of current 
match (which is the timestamp of the last element assigned to the match).
-For more info see [Time context](#time-context).
-Through this context one can also emit results to a [side-output]({{ 
site.baseurl }}/dev/stream/side_output.html).
+`PatternProcessFunction`可以访问`Context`对象。有了它之后,你可以访问时间属性比如`currentProcessingTime`或者当前匹配的`timestamp`
 
 Review comment:
   done

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to