Skip to content

@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