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

Annotate user-defined functions as strict and semi-strict

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.14.0
    • None
    • None

    Description

      Annotate user-defined functions as strict and semi-strict.

      Definitions:

      • A strict function returns null if and only if one or more of its arguments are null.
      • A semi-strict function returns null if one or more of its arguments are null.

      The code generator should use these annotations to generate more efficient code.

      Attachments

        Activity

          People

            julianhyde Julian Hyde
            julianhyde Julian Hyde
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: