20 lines
565 B
JSON
20 lines
565 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "WITH measurements AS ( SELECT hash, value, MAX(start) FROM runs JOIN run_measurements USING (id) WHERE metric = ? GROUP BY hash ) SELECT value FROM commits LEFT JOIN measurements USING (hash) WHERE reachable = 2 ORDER BY hash ASC ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "value",
|
|
"ordinal": 0,
|
|
"type_info": "Float"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
true
|
|
]
|
|
},
|
|
"hash": "0d2711c13a7835dd6a6708c2dc81ca15ab3a58a8553a5837351ec63265edb5c2"
|
|
}
|