{
  "total_bytes_written": 0,
  "total_bytes_read": 0,
  "rows_returned": 1,
  "latency": 0.000205625,
  "result_set_size": 8,
  "cumulative_rows_scanned": 10000,
  "cpu_time": 1.5666999999999998e-05,
  "extra_info": {},
  "system_peak_buffer_memory": 6021120,
  "blocked_thread_time": 0.0,
  "cumulative_cardinality": 1,
  "system_peak_temp_dir_size": 0,
  "query_name": "SELECT count(*) AS n FROM correlated WHERE a<10 AND b>=90",
  "children": [
    {
      "total_bytes_written": 0,
      "result_set_size": 8,
      "operator_timing": 3.75e-07,
      "operator_rows_scanned": 0,
      "cumulative_rows_scanned": 10000,
      "operator_cardinality": 1,
      "operator_type": "UNGROUPED_AGGREGATE",
      "total_bytes_read": 0,
      "operator_name": "UNGROUPED_AGGREGATE",
      "cpu_time": 1.5666999999999998e-05,
      "extra_info": {
        "Aggregates": "count_star()"
      },
      "cumulative_cardinality": 1,
      "children": [
        {
          "cumulative_cardinality": 0,
          "extra_info": {
            "Table": "correlated",
            "Type": "Sequential Scan",
            "Projections": "",
            "Filters": [
              "a<10",
              "b>=90"
            ],
            "Estimated Cardinality": "2000"
          },
          "operator_name": "SEQ_SCAN ",
          "cpu_time": 1.5292e-05,
          "cumulative_rows_scanned": 10000,
          "operator_rows_scanned": 10000,
          "operator_timing": 1.5292e-05,
          "result_set_size": 0,
          "total_bytes_read": 0,
          "operator_type": "TABLE_SCAN",
          "total_bytes_written": 0,
          "operator_cardinality": 0,
          "children": []
        }
      ]
    }
  ]
}
