github.com/turbot/steampipe@v1.7.0-rc.0.0.20240517123944-7cef272d4458/tests/acceptance/test_data/templates/expected_13.json (about) 1 { 2 "rows": [ 3 { 4 "from_qual_column": "2" 5 } 6 ], 7 "metadata": { 8 "Duration": 40179750, 9 "scans": [ 10 { 11 "connection": "chaos", 12 "table": "chaos_transforms", 13 "cache_hit": false, 14 "rows_fetched": 1, 15 "hydrate_calls": 0, 16 "start_time": "2024-04-11T11:49:42+05:30", 17 "duration": 3, 18 "columns": [ 19 "from_qual_column", 20 "id" 21 ], 22 "limit": null, 23 "quals": [ 24 { 25 "column": "id", 26 "operator": "=", 27 "value": 2 28 } 29 ] 30 } 31 ], 32 "rows_returned": 1, 33 "rows_fetched": 1, 34 "hydrate_calls": 0 35 } 36 } 37