32 lines
627 B
JSON
32 lines
627 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT metric, value, unit FROM run_measurements WHERE id = ? ORDER BY metric ASC ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "metric",
|
|
"ordinal": 0,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "value",
|
|
"ordinal": 1,
|
|
"type_info": "Float"
|
|
},
|
|
{
|
|
"name": "unit",
|
|
"ordinal": 2,
|
|
"type_info": "Text"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
false,
|
|
false,
|
|
true
|
|
]
|
|
},
|
|
"hash": "185c3516e116876f1783f25ffeb179ca6ecb4f9a001a48127516a81b7a50062a"
|
|
}
|