{
  "total_bytes_written": 0,
  "total_bytes_read": 0,
  "rows_returned": 1,
  "latency": 0.000228416,
  "result_set_size": 16,
  "cumulative_rows_scanned": 10000,
  "cpu_time": 1.7668e-05,
  "extra_info": {},
  "system_peak_buffer_memory": 6361088,
  "blocked_thread_time": 0.0,
  "cumulative_cardinality": 4,
  "system_peak_temp_dir_size": 0,
  "query_name": "SELECT count(*) AS n, sum(id)::BIGINT AS total FROM uniform WHERE key=43",
  "children": [
    {
      "total_bytes_written": 0,
      "result_set_size": 16,
      "operator_timing": 4.17e-07,
      "operator_rows_scanned": 0,
      "cumulative_rows_scanned": 10000,
      "operator_cardinality": 1,
      "operator_type": "PROJECTION",
      "total_bytes_read": 0,
      "operator_name": "PROJECTION",
      "cpu_time": 1.7668e-05,
      "extra_info": {
        "Projections": [
          "n",
          "total"
        ],
        "Estimated Cardinality": "1"
      },
      "cumulative_cardinality": 4,
      "children": [
        {
          "cumulative_cardinality": 3,
          "extra_info": {
            "Aggregates": [
              "count_star()",
              "sum_no_overflow(#0)"
            ]
          },
          "operator_name": "UNGROUPED_AGGREGATE",
          "cpu_time": 1.7251e-05,
          "cumulative_rows_scanned": 10000,
          "operator_rows_scanned": 0,
          "operator_timing": 1.375e-06,
          "result_set_size": 24,
          "total_bytes_read": 0,
          "operator_type": "UNGROUPED_AGGREGATE",
          "total_bytes_written": 0,
          "operator_cardinality": 1,
          "children": [
            {
              "total_bytes_written": 0,
              "result_set_size": 8,
              "operator_timing": 1.67e-07,
              "operator_rows_scanned": 0,
              "cumulative_rows_scanned": 10000,
              "operator_cardinality": 1,
              "operator_type": "PROJECTION",
              "total_bytes_read": 0,
              "operator_name": "PROJECTION",
              "cpu_time": 1.5876000000000002e-05,
              "extra_info": {
                "Projections": "id",
                "Estimated Cardinality": "103"
              },
              "cumulative_cardinality": 2,
              "children": [
                {
                  "cumulative_cardinality": 1,
                  "extra_info": {
                    "Table": "uniform",
                    "Type": "Sequential Scan",
                    "Projections": "id",
                    "Filters": "key=43",
                    "Estimated Cardinality": "103"
                  },
                  "operator_name": "SEQ_SCAN ",
                  "cpu_time": 1.5709e-05,
                  "cumulative_rows_scanned": 10000,
                  "operator_rows_scanned": 10000,
                  "operator_timing": 1.5709e-05,
                  "result_set_size": 8,
                  "total_bytes_read": 0,
                  "operator_type": "TABLE_SCAN",
                  "total_bytes_written": 0,
                  "operator_cardinality": 1,
                  "children": []
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}
