github.com/turbot/steampipe@v1.7.0-rc.0.0.20240517123944-7cef272d4458/tests/acceptance/test_data/templates/expected_12.json (about)

     1  {
     2    "rows": [
     3     {
     4      "float32_data": 4.4285712242126465,
     5      "id": 31,
     6      "int64_data": 465,
     7      "uint16_data": 341
     8     }
     9    ],
    10    "metadata": {
    11     "Duration": 39542459,
    12     "scans": [
    13      {
    14       "connection": "chaos",
    15       "table": "chaos_all_numeric_column",
    16       "cache_hit": false,
    17       "rows_fetched": 10,
    18       "hydrate_calls": 30,
    19       "start_time": "2024-04-11T11:44:55+05:30",
    20       "duration": 2,
    21       "columns": [
    22        "float32_data",
    23        "id",
    24        "int64_data",
    25        "uint16_data"
    26       ],
    27       "limit": null,
    28       "quals": [
    29        {
    30         "column": "id",
    31         "operator": "=",
    32         "value": 31
    33        }
    34       ]
    35      }
    36     ],
    37     "rows_returned": 1,
    38     "rows_fetched": 10,
    39     "hydrate_calls": 30
    40    }
    41   }
    42