Files
lancedb/docs/src/js/interfaces/AddColumnsSql.md
Weston Pace 67f041be91 docs: add a reference to @lancedb/lance in the docs (#1166)
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`
2024-03-29 04:55:03 -07:00

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