mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-04 02:42:57 +00:00
427 B
427 B
@lancedb/lancedb • Docs
@lancedb/lancedb / AddColumnsSql
Interface: AddColumnsSql
A definition of a new column to add to a table.
Properties
name
name:
string
The name of the new column.
valueSql
valueSql:
string
The values to populate the new column with, as a SQL expression. The expression can reference other columns in the table.