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
I would like to specify the ReadOptions when creating a WriteBatchWithIndex iterator through the C bindings. This will allow me to specify upper and lower bounds for the iterator.
Actual behavior
The C bindings don't allow me to pass a ReadOptions when calling rocksdb_writebatch_wi_create_iterator_with_base, for example.
The text was updated successfully, but these errors were encountered:
Expected behavior
I would like to specify the
ReadOptions
when creating a WriteBatchWithIndex iterator through the C bindings. This will allow me to specify upper and lower bounds for the iterator.Actual behavior
The C bindings don't allow me to pass a
ReadOptions
when callingrocksdb_writebatch_wi_create_iterator_with_base
, for example.The text was updated successfully, but these errors were encountered: