Skip to content

Documentation v1.0.0


Documentation / @openassistant/tables / QueryDuckDBOutputData

Type Alias: QueryDuckDBOutputData

QueryDuckDBOutputData = object

Defined in: query-table.tsx:103

Properties

datasetName

datasetName: string

Defined in: query-table.tsx:105


dbTableName

dbTableName: string

Defined in: query-table.tsx:107


sql

sql: string

Defined in: query-table.tsx:106


variableNames

variableNames: string[]

Defined in: query-table.tsx:104

Released under the MIT License.