mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-03 10:22:56 +00:00
443 B
443 B
@lancedb/lancedb • Docs
@lancedb/lancedb / UpdateOptions
Interface: UpdateOptions
Properties
where
where:
string
A filter that limits the scope of the update.
This should be an SQL filter expression.
Only rows that satisfy the expression will be updated.
For example, this could be 'my_col == 0' to replace all instances of 0 in a column with some other default value.