Beispiel #1
0
// Prev moves the iterator to the previous sequential key in the database.
func (iter *Iterator) Prev() {
	iter.isValid = C.rocksdb_iter_prev_ext(iter.c)
}
Beispiel #2
0
func (it *Iterator) Prev() {
	it.isValid = C.rocksdb_iter_prev_ext(it.it)
}