You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Venki Korukanti (JIRA)" <ji...@apache.org> on 2016/03/28 23:22:26 UTC

[jira] [Created] (DRILL-4549) Add support for more units in date_trunc function

Venki Korukanti created DRILL-4549:
--------------------------------------

             Summary: Add support for more units in date_trunc function
                 Key: DRILL-4549
                 URL: https://issues.apache.org/jira/browse/DRILL-4549
             Project: Apache Drill
          Issue Type: Improvement
    Affects Versions: 1.6.0
            Reporter: Venki Korukanti
            Assignee: Venki Korukanti
             Fix For: 1.7.0


Currently we support only {{YEAR, MONTH, DAY, HOUR, MINUTE, SECOND}} truncate units for types {{TIME, TIMESTAMP and DATE}}. Extend the functions to support {{YEAR, MONTH, DAY, HOUR, MINUTE, SECOND, WEEK, QUARTER, DECADE, CENTURY, MILLENNIUM}} truncate units for types {{TIME, TIMESTAMP, DATE, INTERVAL DAY, INTERVAL YEAR}}.

Also get rid of the if-and-else (on truncation unit) implementation. Instead resolve to a direct function based on the truncation unit in Calcite -> Drill (DrillOptiq) expression conversion.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)