开发者社区 问答 正文

How to use two continuously window with EventTime

For one sql window, I can register table with event time and use time field in the tumble window. But if I want to use the result for the first window and use another window to process it, how can I do it? Thank you.*来自志愿者整理的flink邮件归档

展开
收起
彗星halation 2021-12-08 10:17:04 609 分享 版权
1 条回答
写回答
取消 提交回答
  • You can use TUMBLE_ROWTIME(...) to get the rowtime attribute of the first window result, and use this field to apply a following window aggregate. See more https://ci.apache.org/projects/flink/flink-docs-master/dev/table/sql.html#group-windows*来自志愿者整理的flink邮件归档

    2021-12-08 10:46:25
    赞同 展开评论
问答地址: