single-cell-data / TileDB-SOMA

Python and R SOMA APIs using TileDB’s cloud-native format. Ideal for single-cell data at any scale.
https://tiledbsoma.readthedocs.io
MIT License
90 stars 25 forks source link

[c++] Push polymorphic domain-ish accessors down to C++ #2995

Closed johnkerl closed 4 weeks ago

johnkerl commented 1 month ago

Issue and/or context: As tracked on issue #2407 / [sc-51048].

Changes:

Please see the description of #2994. This leverages 2994 to begin pushdown to libtiledbsoma.

Note this PR will only introduce the pushed-down logic within libtiledbsoma. R and Python PRs will be atop this.

Notes for Reviewer:

This PR is a work in progress. It is not ready for review.

johnkerl commented 4 weeks ago

This has successfully been split out into #2997 #3011 #3017 #3018 #3012