I am new in using the esper engine (java) - and I didn't find an answer in their documentation to the following question:
My event object has Date member. what date functions are available in this EPL query language to compare dates (before, after) to calculate the interval between two dates ([ where d1 - d2 > 4 days] etc. )
In short, where are all the date functions to this query langugage?