{
  "data": {
    "code": "090001",
    "statementHandle": "01b1e5d3-0606-7c93-0001-4aae0000e506",
    "sqlState": "00000",
    "message": "Statement executed successfully.",
    "createdOn": 1234567890123,
    "statementStatusUrl": "/api/v2/statements/01b1e5d3-0606-7c93-0001-4aae0000e506",
    "resultSetMetaData": {
      "numRows": 500,
      "format": "jsonv2",
      "rowType": [
        {
          "name": "ORDER_ID",
          "database": "SALESDB",
          "schema": "PUBLIC",
          "table": "ORDERS",
          "type": "FIXED",
          "scale": 0,
          "precision": 38,
          "nullable": false
        },
        {
          "name": "CUSTOMER_NAME",
          "database": "SALESDB",
          "schema": "PUBLIC",
          "table": "ORDERS",
          "type": "TEXT",
          "length": 16777216,
          "nullable": true
        },
        {
          "name": "ORDER_TOTAL",
          "database": "SALESDB",
          "schema": "PUBLIC",
          "table": "ORDERS",
          "type": "FIXED",
          "scale": 2,
          "precision": 10,
          "nullable": true
        },
        {
          "name": "ORDER_DATE",
          "database": "SALESDB",
          "schema": "PUBLIC",
          "table": "ORDERS",
          "type": "DATE",
          "nullable": true
        }
      ],
      "partitionInfo": [
        {
          "rowCount": 500,
          "uncompressedSize": 25600,
          "compressedSize": 6400
        }
      ]
    },
    "data": [
      [
        "1001",
        "Acme Corporation",
        "15999.99",
        "2024-01-15"
      ],
      [
        "1002",
        "Global Industries",
        "8750.50",
        "2024-01-16"
      ],
      [
        "1003",
        "Tech Solutions Inc",
        "23500.00",
        "2024-01-17"
      ]
    ],
    "partition": 0
  }
}