You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should be changed so that the DocIterCallback can be called with an std::vector if the backend is able to provide all the UserMem in one batch (or in fewer batches). The filter function should also expose a shouldStop method so that one can specify UINT64_MAX as the max number of items, and the filter decides when to stop based on the key/doc.
The text was updated successfully, but these errors were encountered:
Currently, iterating over a collection is done with the following backend function:
This should be changed so that the DocIterCallback can be called with an std::vector if the backend is able to provide all the UserMem in one batch (or in fewer batches). The filter function should also expose a
shouldStop
method so that one can specify UINT64_MAX as the max number of items, and the filter decides when to stop based on the key/doc.The text was updated successfully, but these errors were encountered: