Skip to content

Commit

Permalink
KM comments an in PR description [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Aug 18, 2024
1 parent 3441d9e commit 43f9f96
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions libtiledbsoma/src/utils/arrow_adapter.h
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,15 @@ class ArrowAdapter {
/**
* @brief Create a TileDB ArraySchema from ArrowSchema
*
* The number of rows in index_column_info was three without core
* current-domain support, and is five with core current-domain support:
*
* - Slot 0: core domain low value (inclusive)
* - Slot 1: core domain high value (inclusive)
* - Slot 2: core extent parameter
* - Slot 3: core current-domain low value (inclusive)
* - Slot 4: core current-domain high value (inclusive)
*
* @return tiledb::ArraySchema
*/
static ArraySchema tiledb_schema_from_arrow_schema(
Expand Down

0 comments on commit 43f9f96

Please sign in to comment.