Files
lancedb/docs/src/javascript/interfaces/UpdateSqlArgs.md
Will Jones ee0f0611d9 docs: update node API reference (#734)
This command hasn't been run for a while...
2023-12-22 10:14:31 -08:00

797 B

vectordb / Exports / UpdateSqlArgs

Interface: UpdateSqlArgs

Table of contents

Properties

Properties

valuesSql

valuesSql: Record<string, string>

A key-value map of updates. The keys are the column names, and the values are the new values to set as SQL expressions.

Defined in

index.ts:334


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.

Defined in

index.ts:328