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
drain() is a method that allows removing elements while returning them via an iterator.
It needs to be implemented for primary and secondary, with scan queries such as all, range, and start_with. Inspiration can be taken from the scan implementation in src/transaction/query/scan/mod.rs.
NOTE: There is already an implementation for primary, but it should be looked at to see if improvements can be made.
drain()
is a method that allows removing elements while returning them via an iterator.It needs to be implemented for
primary
andsecondary
, with scan queries such asall
,range
, andstart_with
. Inspiration can be taken from the scan implementation in src/transaction/query/scan/mod.rs.NOTE: There is already an implementation for
primary
, but it should be looked at to see if improvements can be made.TODO
all
range
start_with
all
range
start_with
The text was updated successfully, but these errors were encountered: