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

    Variable isAndConst

    isAnd: (expr: ast.Expression) => expr is { and: BinaryOp } = ...

    Type guard for AND expressions

    Type Declaration