Skip to content

Add support for 'piped' query access to tiledb_array#301

Merged
eddelbuettel merged 8 commits intomasterfrom
de/sc10651/piping
Sep 23, 2021
Merged

Add support for 'piped' query access to tiledb_array#301
eddelbuettel merged 8 commits intomasterfrom
de/sc10651/piping

Conversation

@eddelbuettel
Copy link
Copy Markdown
Contributor

This PR adds support for 'pipe-able' filtering and selection. The functions are prefix to not create an issue with R's filter() which sadly has no generic so that adding new dispatches is not directly possible. Using a prefix is one possibility, and done here.

Copy link
Copy Markdown
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.

Looks great! Should probably add some smoke-tests as follow-up.

@ihnorton
Copy link
Copy Markdown
Member

Should probably add some smoke-tests as follow-up.

(Or maybe there are inline tests in the .Rd files that I missed, in which case disregard)

@eddelbuettel
Copy link
Copy Markdown
Contributor Author

Yes a simple check is a good idea and I'll add that.

@eddelbuettel
Copy link
Copy Markdown
Contributor Author

Tests added along with one small cleanup on the does-not-need-to-be-exported helper function, all good so merging now.

@eddelbuettel eddelbuettel merged commit 22590c9 into master Sep 23, 2021
@eddelbuettel eddelbuettel deleted the de/sc10651/piping branch September 23, 2021 20:36
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.

3 participants