You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "slim bouguerra (JIRA)" <ji...@apache.org> on 2017/10/20 21:38:00 UTC

[jira] [Created] (CALCITE-2019) Push count over druid column as count *

slim bouguerra created CALCITE-2019:
---------------------------------------

             Summary: Push count over druid column as count *
                 Key: CALCITE-2019
                 URL: https://issues.apache.org/jira/browse/CALCITE-2019
             Project: Calcite
          Issue Type: Improvement
          Components: druid
            Reporter: slim bouguerra
            Assignee: Julian Hyde


Druid Time column is not null by default, thus we can transform {code} select count(__time) from table {code} to {code} select count(*) from table{code}



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