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

    Variable isDropIndexConst

    isDropIndex: (expr: Expression) => expr is { drop_index: DropIndex } = ...

    Type guard for DROP INDEX expressions

    Type Declaration

      • (expr: Expression): expr is { drop_index: DropIndex }
      • Parameters

        Returns expr is { drop_index: DropIndex }