Documentation ¶
Overview ¶
Package v1 holds framing information for the v1 REST API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataTable ¶
type DataTable struct { TableName frames.TableKind DataTypes DataTypes `json:"Columns"` Rows [][]interface{} KustoRows []value.Values Op errors.Op }
DataTable represents a Kusto REST v1 DataTable that is returned in a DataSet.
type DataTypes ¶ added in v0.2.0
type DataTypes []DataType
DataTypes is a V1 version of table.Columns that have to be dealt with and converted.
Click to show internal directories.
Click to hide internal directories.