Member Junction
    Preparing search index...

    DEPRECATED: ColumnStatisticsCache is no longer used Statistics are now embedded directly in ColumnDefinition.statistics This type remains for backward compatibility with old state files

    interface ColumnStatisticsCache {
        computedAt: string;
        tables: Record<string, TableStatisticsEntry>;
        totalColumns: number;
        totalSchemas: number;
        totalTables: number;
    }
    Index

    Properties

    computedAt: string
    tables: Record<string, TableStatisticsEntry>
    totalColumns: number
    totalSchemas: number
    totalTables: number