espertechinc / nesper

NEsper - Complex Event Processing and Event Series Analysis for .NET
GNU General Public License v2.0
86 stars 26 forks source link

8.5.4 epl "time" is Doesn't work #41

Open yang-guangyuan opened 1 year ago

yang-guangyuan commented 1 year ago

hello, eplone=select ,max(price) from ObjectEvent#time(2 sec) epltwo=select ,max(price) from ObjectEvent

The result is the same, "time" is Doesn't work

yang-guangyuan commented 1 year ago

@bernhardttom

ajaxx commented 1 year ago

Can you provide me with a simple test harness and I'll take a look at this.

I'd like to see how you are testing time-based events. What about the mechanism is not 'working' ?

yang-guangyuan commented 1 year ago

image

image

yang-guangyuan commented 1 year ago

run epl = "select *,max(price) from ObjectEvent#time(2 sec) "; result: image

yang-guangyuan commented 1 year ago

run epl = "select *,max(price) from ObjectEvent"; result: image