Skip to content

Add COALESCE or NULL value functions #8251

@lakshmanan-v

Description

@lakshmanan-v

This is done in a bunch of ways by different databases: https://www.w3schools.com/sql/sql_isnull.asp

It would be nice if pinot can support this capability. Right now this can only be done using CASE statement.

CASE when expr([cols]) is 'null' THEN fallback_value ELSE expr([cols]) END

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions