Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-39305

Implement the EQUAL_NULL function

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.4.0
    • 3.4.0
    • SQL
    • None

    Description

      Add new function EQUAL_NULL.

      Returns TRUE:
      EQUAL_NULL( <null> , <null> )

      Returns FALSE:
      EQUAL_NULL( <null> , <not_null> )
      EQUAL_NULL( <not_null> , <null> )

      Otherwise:
      EQUAL_NULL(<expr1>, <expr2>) is equivalent to <expr1> = <expr2>

      Attachments

        Activity

          People

            maxgekk Max Gekk
            maxgekk Max Gekk
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: