araddon/qlbridge

Datemath calculations & Detection

araddon opened this issue · 1 comments

Detect forward (or reverse?) datemath inside expressions, and be able to calculate offsets of datemath.

// Last visit was greater than 1 day ago, detect that it is a forward date exit, ie true now
// but will stop being true one day from now.   
FILTER lastvisit_ts > "now-1d" 

FILTER lastvisit_ts 

closed in #183