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

    Variable isBooleanConst

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

    Type guard for boolean literals

    Type Declaration

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

        Returns expr is { boolean: BooleanLiteral }