Move 17 library crates into crates/, CLI binary into bin/fxt, consolidate 10 test crates into testing/, split config crate from deployment config files. Root directory reduced from 38+ to ~17 directories. All Cargo.toml paths and build.rs proto refs updated. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
59 lines
1.3 KiB
JSON
59 lines
1.3 KiB
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n SELECT\n regime,\n confidence,\n event_timestamp,\n cusum_s_plus,\n cusum_s_minus,\n adx,\n stability\n FROM get_latest_regime($1)\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "regime",
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"ordinal": 1,
|
|
"name": "confidence",
|
|
"type_info": "Float8"
|
|
},
|
|
{
|
|
"ordinal": 2,
|
|
"name": "event_timestamp",
|
|
"type_info": "Timestamptz"
|
|
},
|
|
{
|
|
"ordinal": 3,
|
|
"name": "cusum_s_plus",
|
|
"type_info": "Float8"
|
|
},
|
|
{
|
|
"ordinal": 4,
|
|
"name": "cusum_s_minus",
|
|
"type_info": "Float8"
|
|
},
|
|
{
|
|
"ordinal": 5,
|
|
"name": "adx",
|
|
"type_info": "Float8"
|
|
},
|
|
{
|
|
"ordinal": 6,
|
|
"name": "stability",
|
|
"type_info": "Float8"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Text"
|
|
]
|
|
},
|
|
"nullable": [
|
|
null,
|
|
null,
|
|
null,
|
|
null,
|
|
null,
|
|
null,
|
|
null
|
|
]
|
|
},
|
|
"hash": "7c243d0016edf93b29a7d874a1491021cde976fb09725f01d1bc079fd1d7ec2f"
|
|
}
|