Polyglot SQL API Documentation - v0.1.0
    Preparing search index...

    Variable isCoalesceConst

    isCoalesce: (expr: Expression) => expr is { coalesce: VarArgFunc } = ...

    Type guard for COALESCE function

    Type Declaration

      • (expr: Expression): expr is { coalesce: VarArgFunc }
      • Parameters

        Returns expr is { coalesce: VarArgFunc }