forked from TileDB-Inc/TileDB
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add C APIs for dimension label REST support. (TileDB-Inc#4072)
Adds two C APIs required for dimension label REST support to allocate and set read buffers on remote queries. For dimension label REST support, we will need to add the following C APIs to core, which will then be wrapped in TileDB-Go. tiledb_array_schema_get_dimension_label_num tiledb_array_schema_get_dimension_label_from_index TileDB-Cloud-REST can then use these APIs via TileDB-Go for read buffer allocation similar to how attribute and dimension buffers are currently allocated in [allocateQueryBuffers](https://github.com/TileDB-Inc/TileDB-Cloud-REST/blob/master/internal/query/v2/query.go#L167). --- TYPE: FEATURE DESC: Adds C APIs for dimension label REST support.
- Loading branch information
Showing
3 changed files
with
114 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters