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

    Variable isBooleanConst

    isBoolean: (expr: Expression) => expr is { boolean: BooleanLiteral } = ...

    Type guard for boolean literals

    Type Declaration

      • (expr: Expression): expr is { boolean: BooleanLiteral }
      • Parameters

        Returns expr is { boolean: BooleanLiteral }