Skip to content

WorkerTableSchema

Defined in: worker/protocol.ts:23

Serializable subset of TableSchema — excludes the toRow function which cannot be transferred to a Worker.

columns: ColumnDef[]

Defined in: worker/protocol.ts:25


derived: DerivedColumn[]

Defined in: worker/protocol.ts:26


tableName: string

Defined in: worker/protocol.ts:24