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

Optimizing 'CAST(e AS t) IS NOT NULL' to 'e IS NOT NULL'

    XMLWordPrintableJSON

Details

    Description

      According to CALCITE-5156. We should support optimize:

      • 'CAST(e AS t) IS NOT NULL' to 'e IS NOT NULL'
      • 'CAST(e AS t) IS NULL' to 'e IS NULL'

      Attachments

        Issue Links

          Activity

            People

              nobigo xiong duan
              nobigo xiong duan
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: