Files
lancedb/docs/src/js/interfaces/IndexStatistics.md
2024-07-22 10:26:49 -07:00

522 B

@lancedb/lancedbDocs


@lancedb/lancedb / IndexStatistics

Interface: IndexStatistics

Properties

indexType?

optional indexType: string

The type of the index


indices

indices: IndexMetadata[]

The metadata for each index


numIndexedRows

numIndexedRows: number

The number of rows indexed by the index


numUnindexedRows

numUnindexedRows: number

The number of rows not indexed