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

    Variable isIsNullConst

    isIsNull: (expr: ast.Expression) => expr is { is_null: IsNull } = ...

    Type guard for IS NULL expressions

    Type Declaration