Member Junction
    Preparing search index...

    DEPRECATED: TableStatisticsEntry is no longer used This type remains for backward compatibility with old state files

    interface TableStatisticsEntry {
        columns: CachedColumnStats[];
        schemaName: string;
        tableName: string;
        totalRows: number;
    }
    Index

    Properties

    columns: CachedColumnStats[]
    schemaName: string
    tableName: string
    totalRows: number