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:31:18 UTC

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

    [ https://issues.apache.org/jira/browse/CALCITE-1116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15173683#comment-15173683 ] 

Jesus Camacho Rodriguez edited comment on CALCITE-1116 at 3/1/16 12:30 PM:
---------------------------------------------------------------------------

Pull request in : https://github.com/apache/calcite/pull/202

[~julianhyde], as you have worked recently on the simplify methods, could you take a look? Thanks


was (Author: jcamachorodriguez):
Pull request in : https://github.com/apache/calcite/pull/202

[~julianhyde], as you work recently on the simplify methods, could you take a look? Thanks

> 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)