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

    Variable isExceptConst

    isExcept: (expr: Expression) => expr is { except: Except } = ...

    Type guard for EXCEPT expressions

    Type Declaration

      • (expr: Expression): expr is { except: Except }
      • Parameters

        Returns expr is { except: Except }