Uploaded image for project: 'Calcite'
  1. Calcite
  2. CALCITE-1116

Extend simplify for reducing expressions

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.7.0
    • core
    • None

    Description

      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

      Attachments

        Issue Links

          Activity

            People

              jcamacho Jesús Camacho Rodríguez
              jcamacho Jesús Camacho Rodríguez
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: