有没有办法在NEsper中插入事件后得到时间?

时间:2012-03-07 19:16:35

标签: esper epl

我正在尝试使用NEsper,我想创建自插入后作为返回字段需要时间的语句。

例如: 选择avg((insertTime - now))作为timeElapsed 来自Blah.win:time(1分钟)

这可能吗?我可以破解获取insertTime但是现在有一个函数吗?

1 个答案:

答案 0 :(得分:1)

您可以使用current_timestamp。它以毫秒为单位返回当前时间。 例如select avg((insertTime - current_timestamp))

有关详细信息,请参阅此处:http://esper.codehaus.org/esper-2.1.0/doc/reference/en/html/functionreference.html