database-stream-processor icon indicating copy to clipboard operation
database-stream-processor copied to clipboard

Bad ergonomics for iterating cursors.

Open blp opened this issue 2 years ago • 0 comments

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.

blp avatar Feb 03 '23 22:02 blp