Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESQL: COALESCE function #98542

Merged
merged 10 commits into from
Aug 17, 2023
Merged

ESQL: COALESCE function #98542

merged 10 commits into from
Aug 17, 2023

Commits on Aug 16, 2023

  1. ESQL: COALESCE function

    This adds a `COALESCE` function that returns the first non-null value.
    nik9000 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    6e9e5f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    429f01d View commit details
    Browse the repository at this point in the history
  3. Spotless

    nik9000 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    3311a5b View commit details
    Browse the repository at this point in the history
  4. Test lazy

    nik9000 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    cacf69a View commit details
    Browse the repository at this point in the history
  5. Explain why lazy

    nik9000 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    eb19d9a View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    f457f3d View commit details
    Browse the repository at this point in the history
  2. Fix build

    nik9000 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    c8ecc97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    888e3d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1307dab View commit details
    Browse the repository at this point in the history
  5. Foldable

    nik9000 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    d879684 View commit details
    Browse the repository at this point in the history