You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Nishant Bangarwa (JIRA)" <ji...@apache.org> on 2017/12/15 16:28:03 UTC

[jira] [Created] (CALCITE-2089) Push filter on floor(time) to druid when it can be translated to ExtractionFn

Nishant Bangarwa created CALCITE-2089:
-----------------------------------------

             Summary: Push filter on floor(time) to druid when it can be translated to ExtractionFn
                 Key: CALCITE-2089
                 URL: https://issues.apache.org/jira/browse/CALCITE-2089
             Project: Calcite
          Issue Type: Improvement
          Components: druid
            Reporter: Nishant Bangarwa
            Assignee: Nishant Bangarwa


currently only filters containing extract are pushed to druid. 
This task is to also push filters containing containing floor(time) in similar way. 
e.g for query - 
{code} 
Select * from druid_table where floor('__time') between ''2014-08-01 00:00:00 UTC' and '2016-10-01 00:00:00 UTC'); 
{code} 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)