Uploaded image for project: 'Apache AsterixDB'
  1. Apache AsterixDB
  2. ASTERIXDB-2371

Implement null-related functions

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • None
    • FUN - Functions
    • None

    Description

      Implement null-related functions: MISSINGIF, NULLIF, NANIF, NEGINFIF, POSINFIF

      they accept two arguments

      1) if any argument is MISSING then result is MISSING
      2) if any argument is NULL then result is NULL
      3) if arg1 == arg2 then result MISSING/NULL/NaN/-INF/+INF (corresponding to the function name)
      4) otherwise the result is arg1

      Attachments

        Activity

          People

            dlychagin-cb Dmitry Lychagin
            dlychagin-cb Dmitry Lychagin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: