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

    Variable isExistsConst

    isExists: (expr: Expression) => expr is { exists: Exists } = ...

    Type guard for EXISTS expressions

    Type Declaration

      • (expr: Expression): expr is { exists: Exists }
      • Parameters

        Returns expr is { exists: Exists }