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
{{ message }}
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.
Trait dbsp::trace::cursor::Cursor requires the client to use key_valid(), step_key(), val_valid(), step_val(), and so on. The Rust iterator interface is not supported. It works, but it isn't very Rusty and perhaps some better way can be found. See PR #286.
The text was updated successfully, but these errors were encountered:
Trait dbsp::trace::cursor::Cursor requires the client to use
key_valid()
,step_key()
,val_valid()
,step_val()
, and so on. The Rust iterator interface is not supported. It works, but it isn't very Rusty and perhaps some better way can be found. See PR #286.The text was updated successfully, but these errors were encountered: