mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-26 06:39:57 +00:00
`indexStats` still referenced UUID even though in https://github.com/lancedb/lancedb/pull/1702 we changed it to take name instead.
756 B
756 B
vectordb / Exports / UpdateArgs
Interface: UpdateArgs
Table of contents
Properties
Properties
values
• values: Record<string, Literal>
A key-value map of updates. The keys are the column names, and the values are the new values to set
Defined in
where
• Optional where: string
A filter in the same format used by a sql WHERE clause. The filter may be empty, in which case all rows will be updated.