yang-guangyuan

Results 9 comments of yang-guangyuan

// Listen to all limits to be set var expressionText = "every Pricelimit=PriceLimit()"; EPStatement factory = runtime.DeployStatement(expressionText);

I use examples code, but compile run is error Error during compilation: Incorrect syntax near 'every' (a reserved keyword) [every Pricelimit=PriceLimit()] [every Pricelimit=PriceLimit()]

NEsper.Examples.StockTicker nesper-release_8.5.1\examples\NEsper.Examples\example\stockticker thanks

![image](https://user-images.githubusercontent.com/80253379/124211913-8616a700-db20-11eb-97d2-29c97f474d91.png) In 8.5.2

![image](https://user-images.githubusercontent.com/80253379/221814193-9c13400d-3783-4e86-85d3-697d0214f157.png) ![image](https://user-images.githubusercontent.com/80253379/221813529-d1e642af-3c08-4e8e-b396-9de948ec127f.png)

run epl = "select *,max(price) from ObjectEvent#time(2 sec) "; result: ![image](https://user-images.githubusercontent.com/80253379/221813929-3b55a3d9-64ff-4196-a9bc-1859c24c946e.png)

run epl = "select *,max(price) from ObjectEvent"; result: ![image](https://user-images.githubusercontent.com/80253379/221814480-23ebe974-5d80-42cc-9666-d1cd673bcbf2.png)