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

    Variable isCreateIndexConst

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

    Type guard for CREATE INDEX expressions

    Type Declaration

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

        Returns expr is { create_index: CreateIndex }