Models
Schema: `CellExecutionResult`
- Type:
object
Properties
| Name | Type | Required | Description |
|---|---|---|---|
cell_id |
string |
false |
- |
columns |
array[TabularColumn] |
false |
- |
duration_ms |
integer |
false |
- |
error |
string |
false |
- |
row_count |
integer |
false |
- |
rows |
array[object] |
false |
- |