@lancedb/lancedb • Docs
@lancedb/lancedb / TableStatistics
Interface: TableStatistics¶
Properties¶
fragmentStats¶
Statistics on table fragments
numIndices¶
The number of indices in the table
numRows¶
The number of rows in the table
totalBytes¶
The total size, in bytes, of the table's data files, index files, and overlay files
Read from the manifest, so this excludes deletion files and manifests.