grafana/pkg/tsdb/influxdb/flux/testdata/boolean_data.golden.jsonc
Kyle Brandt 52ed297ed5
Backend: Use latest plugin-sdk-go v0.149.1 (#63498)
Use latest github.com/grafana/grafana-plugin-sdk-go which includes changes to the TypeVersion property (always present in JSON).

Also included is squtil changes: SQL util - allow using the database scan type for converters
2023-02-21 09:06:15 -05:00

122 lines
2.9 KiB
Plaintext

// 🌟 This was machine generated. Do not edit. 🌟
//
// Frame[0] {
// "typeVersion": [
// 0,
// 0
// ]
// }
// Name: x
// Dimensions: 2 Fields by 2 Rows
// +---------------------------------+------------------------+
// | Name: Time | Name: exitcode |
// | Labels: | Labels: direction=left |
// | Type: []*time.Time | Type: []*bool |
// +---------------------------------+------------------------+
// | 2021-05-20 09:35:39.6 +0000 UTC | true |
// | 2021-05-20 09:35:43 +0000 UTC | false |
// +---------------------------------+------------------------+
//
//
//
// Frame[1]
// Name: x
// Dimensions: 2 Fields by 2 Rows
// +---------------------------------+-------------------------+
// | Name: Time | Name: exitcode |
// | Labels: | Labels: direction=right |
// | Type: []*time.Time | Type: []*bool |
// +---------------------------------+-------------------------+
// | 2021-05-20 09:35:47.3 +0000 UTC | false |
// | 2021-05-20 09:35:49.6 +0000 UTC | true |
// +---------------------------------+-------------------------+
//
//
// 🌟 This was machine generated. Do not edit. 🌟
{
"status": 200,
"frames": [
{
"schema": {
"name": "x",
"meta": {
"typeVersion": [
0,
0
]
},
"fields": [
{
"name": "Time",
"type": "time",
"typeInfo": {
"frame": "time.Time",
"nullable": true
}
},
{
"name": "exitcode",
"type": "boolean",
"typeInfo": {
"frame": "bool",
"nullable": true
},
"labels": {
"direction": "left"
}
}
]
},
"data": {
"values": [
[
1621503339600,
1621503343000
],
[
true,
false
]
]
}
},
{
"schema": {
"name": "x",
"fields": [
{
"name": "Time",
"type": "time",
"typeInfo": {
"frame": "time.Time",
"nullable": true
}
},
{
"name": "exitcode",
"type": "boolean",
"typeInfo": {
"frame": "bool",
"nullable": true
},
"labels": {
"direction": "right"
}
}
]
},
"data": {
"values": [
[
1621503347300,
1621503349600
],
[
false,
true
]
]
}
}
]
}