{
  "data": {
    "statement_id": "01eea4a3-4f6d-1f31-a8d4-dbc7b6b1a5c4",
    "status": {
      "state": "SUCCEEDED"
    },
    "manifest": {
      "format": "JSON_ARRAY",
      "schema": {
        "column_count": 2,
        "columns": [
          {
            "name": "id",
            "position": 0,
            "type_name": "INT",
            "type_text": "int"
          },
          {
            "name": "name",
            "position": 1,
            "type_name": "STRING",
            "type_text": "string"
          }
        ]
      },
      "total_chunk_count": 1,
      "chunks": [
        {
          "chunk_index": 0,
          "row_offset": 0,
          "row_count": 2,
          "byte_count": 28
        }
      ],
      "total_row_count": 2,
      "total_byte_count": 28,
      "is_volume_operation": false
    },
    "result": {
      "chunk_index": 0,
      "row_offset": 0,
      "row_count": 2,
      "data_array": [
        [
          "1",
          "Alice"
        ],
        [
          "2",
          "Bob"
        ]
      ]
    }
  }
}