You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Jesus Camacho Rodriguez (JIRA)" <ji...@apache.org> on 2018/02/14 22:25:00 UTC

[jira] [Created] (CALCITE-2178) Extend expression simplifier to work on datetime FLOOR functions

Jesus Camacho Rodriguez created CALCITE-2178:
------------------------------------------------

             Summary: Extend expression simplifier to work on datetime FLOOR functions
                 Key: CALCITE-2178
                 URL: https://issues.apache.org/jira/browse/CALCITE-2178
             Project: Calcite
          Issue Type: Improvement
          Components: core
         Environment: Extend expression simplifier to support:
{code}
FLOOR(FLOOR(CAST('2010-01-10 00:00:00' AS TIMESTAMP) TO HOUR) TO DAY) => FLOOR(CAST('2010-01-10 00:00:00' AS TIMESTAMP) TO DAY)
{code}
            Reporter: Jesus Camacho Rodriguez
            Assignee: Jesus Camacho Rodriguez
             Fix For: 1.16.0






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)