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

    Variable isCreateIndexConst

    isCreateIndex: (expr: ast.Expression) => expr is { create_index: CreateIndex } = ...

    Type guard for CREATE INDEX expressions

    Type Declaration

      • (expr: ast.Expression): expr is { create_index: CreateIndex }
      • Parameters

        Returns expr is { create_index: CreateIndex }