You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/03/28 10:46:56 UTC

[GitHub] [incubator-druid] michael-trelinski opened a new pull request #7367: Lookback query

michael-trelinski opened a new pull request #7367: Lookback query
URL: https://github.com/apache/incubator-druid/pull/7367
 
 
   Please review these changes.  The lookback query is an exciting new feature that we've been using for a while at my company.
   
   It supports a cohort from a query or dataSource useful for trend analysis between Periods.
   
   Example:
   
   Data:
   [ (T-1, 1), (T-2, 2), (T-3, 3) ]
   
   Possible cohort:
   T-1 join T-2 = 1,2
   T-2 join T-3 = 2,3
   T-3 join _ = 3,null
   
   Example query and results are in the attached documentation.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org