diff --git a/src/db.rs b/src/db.rs index ff95f8b..3550c3c 100644 --- a/src/db.rs +++ b/src/db.rs @@ -1093,6 +1093,8 @@ impl DB { DBIterator::new(self, &readopts, mode) } + /// Opens an interator using the provided ReadOptions. + /// This is used when you want to iterate over a specific ColumnFamily with a modified ReadOptions pub fn iterator_cf_opt( &self, cf_handle: ColumnFamily,