Driver Options
TileDB Config Options
Option | Required | Description |
| Yes | URI of a TileDB sparse or dense array (required) |
| No | Set a TileDB configuration parameter, e.g., |
Writing Options
Option | Required | Description |
| No | Set the TileDB read buffer size in bytes per attribute/coordinates. Defaults to 10MB |
| Yes | Specify which of the Spark dataframe columns will be dimension |
| No | Specify the lower bound for the TileDB domain on dimension |
| No | Specify the upper bound for the TileDB domain on dimension |
| No | Specify the tile extent on dimension |
| No | Specify a filter list for attribute |
| No | Specify the tile capacity for sparse fragments. |
| No | Specify the tile order. |
| No | Specify the cell order. |
| No | Specify the coordinates filter list. The filter list is a list of tuples of the form |
| No | Specify the offsets filter list. The filter list is a list of tuples of the form |
Reading Options
Option | Required | Description |
| No | Result layout order. It can be |
| No | Set the TileDB read buffer size in bytes per attribute/coordinates. Defaults to 10MB |
| No | If the read buffer size is too small allow reallocation. Default: True |
| No | Number of partitions. |
Last updated