| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | The table name | |
| columns | List<Column> | The column schema for this table | |
| rows | List<Row> | The data rows within this tabe | [optional] |
| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | The table name | |
| columns | List<Column> | The column schema for this table | |
| rows | List<Row> | The data rows within this tabe | [optional] |