我无法理解事件关联所需的流口水窗口的行为,我的意思是我想计算在过去 10 秒内插入引擎的具有数量属性的对象的总量。
这是我的规则模式:
Number( intValue >1000) from accumulate(Test( $p:price ) over window:time( 10s ),sum( $p ) )
它给出了一个编译错误:
Rule Compilation error : [Rule name='Example 1']
com/retailerdev/rules/Rule_Example_1.java (15:660) : $p cannot be resolved to a variable
请帮助。在此先感谢