MakDon commented on issue #2187:
URL: https://github.com/apache/druid/issues/2187#issuecomment-799916283


   I would like to do something like
   ```
    {
     "type" : "javascript",
     "dimensions" : ["__time", "product_release_day"]
     "function" : "function(t, rt) { return inTheSameDay(t,rt) }"
   }
   ```
   
   in which the `product_release_day`'s layout is `2006-01-02`, making that the 
Selector filter could not work in this case
   is there any method could i use to compare `__time` with another dimensions?


----------------------------------------------------------------
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to