-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(yakushima,shirakami,sharksfin): add api to scan in reverse direc…
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule sharksfin
updated
13 files
+9 −1 | include/sharksfin/api.h | |
+11 −2 | memory/src/Iterator.h | |
+6 −3 | memory/src/api.cpp | |
+7 −4 | memory/src/api_helper.cpp | |
+3 −1 | memory/src/api_helper.h | |
+16 −4 | shirakami/src/Iterator.cpp | |
+7 −1 | shirakami/src/Iterator.h | |
+4 −2 | shirakami/src/Storage.cpp | |
+5 −1 | shirakami/src/Storage.h | |
+4 −2 | shirakami/src/api.cpp | |
+2 −2 | shirakami/src/shirakami_api_helper.cpp | |
+2 −1 | shirakami/src/shirakami_api_helper.h | |
+143 −0 | shirakami/test/ApiTest.cpp |
Submodule shirakami
updated
5 files
Submodule yakushima
updated
4 files
+21 −6 | include/interface_scan.h | |
+6 −1 | include/kvs.h | |
+15 −6 | include/scan_helper.h | |
+235 −0 | test/scan/scan_reverse_test.cpp |