Skip to content

Commit

Permalink
Update 时间窗口函数.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ronachao authored Jun 28, 2018
1 parent b0febc0 commit cde461d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ TUMBLE 窗口是一个个相连但不重叠的固定周期的窗口。
#### 语法
`TUMBLE(time_attr, interval)`

其中 interval 的用法参见 [本手册 4.7 小节]()
其中 interval 的用法参见 [时间相关函数](/document/product/849/18075)
第一个参数表示时间戳字段,若没有定义 WATERMARK 则可以使用系统自动生成的 `PROCTIME` 时间戳字段,表示每条记录被处理时的时间戳。
>**注意:**
>如果在Event Time 时间模式下(使用 WATERMARK FOR BOUNDED 定义了时间戳字段),那么 TUMBLE 窗口函数的第一个参数必须为该字段;如果在 Processing Time 时间模式下,则 TUMBLE 窗口函数的第一个参数必须为 PROCTIME(大写)。HOP 和 SESSION 同理。
Expand Down

0 comments on commit cde461d

Please sign in to comment.