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

    Variable isIsNullConst

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

    Type guard for IS NULL expressions

    Type Declaration

      • (expr: Expression): expr is { is_null: IsNull }
      • Parameters

        Returns expr is { is_null: IsNull }