Share via


BatchQueryResults interface

Contains the tables, columns & rows resulting from a query.

Properties

error

The code and message for an error.

render

Visualization data in JSON format.

statistics

Statistics represented in JSON format.

tables

The results of the query in tabular format.

Property Details

error

The code and message for an error.

error?: ErrorInfo

Property Value

render

Visualization data in JSON format.

render?: Record<string, any>

Property Value

Record<string, any>

statistics

Statistics represented in JSON format.

statistics?: Record<string, any>

Property Value

Record<string, any>

tables

The results of the query in tabular format.

tables?: Table[]

Property Value

Table[]