I'm trying to use NEsper and I want to create statements that takes time since insert as a return field.
ex: select avg((insertTime - now)) as timeElapsed from Blah.win:time(1 min)
Is this possible? I can hack around getting insertTime but is there a now function?