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.
我正在学习 Esper,CEP 处理引擎,但我无法理解视图和窗口。
有那么像,但我感觉有些不同。但我无法理解。有人简单地对我说吗?
thx 阅读,并为我的英语不好而感到抱歉。
数据窗口是始终保留一组事件的视图。派生值视图是不保留事件而是输出一些派生信息的视图。两者都是视图,即可以在 from 子句中与其他视图一起使用。