Skip to content

@sqlrooms/duckdb / DataTable

Type Alias: DataTable

DataTable = object

Properties

table

table: QualifiedTableName


isView

isView: boolean


database?

optional database: string

Deprecated

Use table.database instead


schema

schema: string

Deprecated

Use table.schema instead


tableName

tableName: string

Deprecated

Use table.table instead


columns

columns: TableColumn[]


rowCount?

optional rowCount: number


inputFileName?

optional inputFileName: string


sql?

optional sql: string


comment?

optional comment: string