mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-04 02:42:57 +00:00
We aren't yet ready to switch over the examples since almost all JS examples rely on embeddings and we haven't yet ported those over. However, this makes it possible for those that are interested to start using `@lancedb/lancedb`
578 B
578 B
@lancedb/lancedb / Exports / AddColumnsSql
Interface: AddColumnsSql
A definition of a new column to add to a table.
Table of contents
Properties
Properties
name
• name: string
The name of the new column.
Defined in
native.d.ts:43
valueSql
• valueSql: string
The values to populate the new column with, as a SQL expression. The expression can reference other columns in the table.
Defined in
native.d.ts:48