JsonArrowDataType¶
JSON representation of an Apache Arrow DataType
Properties¶
| Name | Type | Description | Notes |
|---|---|---|---|
| fields | List<JsonArrowField> | Fields for complex types like Struct, Union, etc. | [optional] |
| length | Long | Length for fixed-size types | [optional] |
| type | String | The data type name |