BatchQueryResults interface

クエリの結果の行 & テーブル、列が含まれます。

プロパティ

error

エラーのコードとメッセージ。

render

JSON 形式の視覚化データ。

statistics

JSON 形式で表される統計。

tables

表形式のクエリの結果。

プロパティの詳細

error

エラーのコードとメッセージ。

error?: ErrorInfo

プロパティ値

render

JSON 形式の視覚化データ。

render?: Record<string, any>

プロパティ値

Record<string, any>

statistics

JSON 形式で表される統計。

statistics?: Record<string, any>

プロパティ値

Record<string, any>

tables

表形式のクエリの結果。

tables?: Table[]

プロパティ値

Table[]