{
  "total_bytes_written": 0,
  "total_bytes_read": 19704,
  "rows_returned": 1,
  "latency": 0.002515792,
  "result_set_size": 8,
  "cumulative_rows_scanned": 100000,
  "cpu_time": 0.001916333,
  "extra_info": {},
  "system_peak_buffer_memory": 6340608,
  "blocked_thread_time": 0.0,
  "cumulative_cardinality": 4,
  "system_peak_temp_dir_size": 0,
  "query_name": "SELECT sum(value)::BIGINT AS total FROM read_parquet('stats.parquet') WHERE CAST(id AS VARCHAR)='43'",
  "children": [
    {
      "total_bytes_written": 0,
      "result_set_size": 8,
      "operator_timing": 5.42e-07,
      "operator_rows_scanned": 0,
      "cumulative_rows_scanned": 100000,
      "operator_cardinality": 1,
      "operator_type": "PROJECTION",
      "total_bytes_read": 0,
      "operator_name": "PROJECTION",
      "cpu_time": 0.001916333,
      "extra_info": {
        "Projections": "total",
        "Estimated Cardinality": "1"
      },
      "cumulative_cardinality": 4,
      "children": [
        {
          "cumulative_cardinality": 3,
          "extra_info": {
            "Aggregates": "sum(#0)"
          },
          "operator_name": "UNGROUPED_AGGREGATE",
          "cpu_time": 0.001915791,
          "cumulative_rows_scanned": 100000,
          "operator_rows_scanned": 0,
          "operator_timing": 1.5e-06,
          "result_set_size": 16,
          "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.25e-07,
              "operator_rows_scanned": 0,
              "cumulative_rows_scanned": 100000,
              "operator_cardinality": 1,
              "operator_type": "PROJECTION",
              "total_bytes_read": 0,
              "operator_name": "PROJECTION",
              "cpu_time": 0.001914291,
              "extra_info": {
                "Projections": "value",
                "Estimated Cardinality": "20000"
              },
              "cumulative_cardinality": 2,
              "children": [
                {
                  "cumulative_cardinality": 1,
                  "extra_info": {
                    "Function": "READ_PARQUET",
                    "Projections": "value",
                    "Filters": "(CAST(id AS VARCHAR) = '43')",
                    "Estimated Cardinality": "20000",
                    "Total Files Read": "1"
                  },
                  "operator_name": "READ_PARQUET ",
                  "cpu_time": 0.0019141660000000001,
                  "cumulative_rows_scanned": 100000,
                  "operator_rows_scanned": 100000,
                  "operator_timing": 0.0019141660000000001,
                  "result_set_size": 8,
                  "total_bytes_read": 0,
                  "operator_type": "TABLE_SCAN",
                  "total_bytes_written": 0,
                  "operator_cardinality": 1,
                  "children": []
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}
