Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 NAMED WINDOW 或 WINDOW 中获取 MAX(val) 和 MINval) 的时间戳?
窗户:
[ t1- 100 t2- 200 t3- 250 t4- 900 ]
每次释放窗口时,我都想要 t1 的最小值和 t4 的最大值。
我尝试在我的 NAMED WINDOW 上使用子查询,但它说不允许子查询中的聚合。考虑改用 INSERT INTO。
有人可以帮我吗?
谢谢
您可以使用maxby(val).timestamp
maxby(val).timestamp