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 2016/03/01 13:28:18 UTC

[jira] [Created] (CALCITE-1116) Extend simplify for reducing expressions

Jesus Camacho Rodriguez created CALCITE-1116:
------------------------------------------------

             Summary: Extend simplify for reducing expressions
                 Key: CALCITE-1116
                 URL: https://issues.apache.org/jira/browse/CALCITE-1116
             Project: Calcite
          Issue Type: Bug
          Components: core
            Reporter: Jesus Camacho Rodriguez
            Assignee: Jesus Camacho Rodriguez


We would like to cover more cases in expression simplification, such as:

x>5 and x is not null => x>5
x>5 and x is null => not satisfiable
x>5 and x<=5 => not satisfiable





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