Skip to content

@lancedb/lancedb β€’ Docs


@lancedb/lancedb / TableStatistics

Interface: TableStatistics

Properties

fragmentStats

fragmentStats: FragmentStatistics;

Statistics on table fragments


numIndices

numIndices: number;

The number of indices in the table


numRows

numRows: number;

The number of rows in the table


totalBytes

totalBytes: number;

The total number of bytes in the table