@pondpilot/flowscope-core
    Preparing search index...

    Interface Summary

    Summary statistics for the analysis result.

    interface Summary {
        columnCount: number;
        hasErrors: boolean;
        issueCount: IssueCount;
        statementCount: number;
        tableCount: number;
    }
    Index

    Properties

    columnCount: number

    Total columns in output (Phase 2+)

    hasErrors: boolean

    Quick check: true if any errors were encountered

    issueCount: IssueCount

    Issue counts by severity

    statementCount: number

    Total number of statements analyzed

    tableCount: number

    Total unique tables/CTEs discovered across all statements