Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Map (u)int64 indices and restore third dim when indexing #365

Merged
merged 4 commits into from Feb 3, 2022

Conversation

eddelbuettel
Copy link
Member

This PR takes uses of the base layer we added via selected_ranges() and adds mapping "automagic" mapping for (u)int64 dimensions, and restores the third dimension. Full generality is still available via selected_ranges().

@shortcut-integration
Copy link

Copy link
Member

@ihnorton ihnorton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One inline question.

Also, quick question about test coverage for this code path (only scanned test_tiledbarray so maybe I missed some) -- do we have the following somewhere?

  • test of indexing with only i on a 2D array?
  • test of indexing with only i on a 1D array? If not, maybe add here?

R/TileDBArray.R Show resolved Hide resolved
@eddelbuettel
Copy link
Member Author

I added another battery of tests on i, j, and k to the 3-d array in 7d6e0ed

@eddelbuettel eddelbuettel merged commit a2c1a77 into master Feb 3, 2022
@eddelbuettel eddelbuettel deleted the de/sc-8355 branch February 3, 2022 15:32
@eddelbuettel eddelbuettel mentioned this pull request Mar 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants