AckdbTableData

Rows verbatim from the grain's row compiler - byte-identical to GET /observe/segments/{id}/results.

Properties

rowsarray ofrequired
object
columnsarray ofrequired

The projected keys in projection order (base columns included).

string

Example

AckdbTableData example
{
  "rows": [
    {}
  ],
  "columns": [
    "string"
  ]
}