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
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>