我正在尝试使用NEsper,我想创建自插入后作为返回字段需要时间的语句。
例如: 选择avg((insertTime - now))作为timeElapsed 来自Blah.win:time(1分钟)
这可能吗?我可以破解获取insertTime但是现在有一个函数吗?
答案 0 :(得分:1)
您可以使用current_timestamp。它以毫秒为单位返回当前时间。
例如select avg((insertTime - current_timestamp))
有关详细信息,请参阅此处:http://esper.codehaus.org/esper-2.1.0/doc/reference/en/html/functionreference.html