We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SOMAArray
ManagedQuery
#3450 is a part, but, the end goal is that we completely remove ManagedQuery from SOMAArray.
To get there, we need to use ManagedQuery::read_next in Rcpp instead of SOMAArray::read_next.
ManagedQuery::read_next
Rcpp
SOMAArray::read_next
The text was updated successfully, but these errors were encountered:
read_next
@nguyenv is this completed?
Sorry, something went wrong.
No, only the read path has been refactored so far. We need to also refactor the write path.
nguyenv
No branches or pull requests
#3450 is a part, but, the end goal is that we completely remove
ManagedQuery
fromSOMAArray
.To get there, we need to use
ManagedQuery::read_next
inRcpp
instead ofSOMAArray::read_next
.The text was updated successfully, but these errors were encountered: