mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-07 12:22:59 +00:00
chore: convert all js doc test to use snippet. (#881)
This commit is contained in:
@@ -443,6 +443,8 @@ export interface Table<T = number[]> {
|
||||
*/
|
||||
indexStats: (indexUuid: string) => Promise<IndexStats>
|
||||
|
||||
filter (value: string): Query<T>
|
||||
|
||||
schema: Promise<Schema>
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user