Versions in this module Expand all Collapse all v0 v0.0.3 Dec 25, 2022 v0.0.2 Dec 25, 2022 Changes in this version + type DataTable struct + DataTypes DataTypes + KustoRows []value.Values + Op errors.Op + RowErrors []errors.Error + Rows []interface{} + TableName frames.TableKind + func (DataTable) IsFrame() + type DataType struct + ColumnName string + ColumnType string + DataType string + type DataTypes []DataType + func (dt DataTypes) ToColumns() (table.Columns, error) + type Decoder struct + func (d *Decoder) Decode(ctx context.Context, r io.ReadCloser, op errors.Op) chan frames.Frame