mirror of
https://github.com/facebook/rocksdb.git
synced 2026-07-07 14:47:40 +08:00
[rocksdb] Dummy
Differential Revision: [D107943009](https://our.internmc.facebook.com/intern/diff/D107943009/) **NOTE FOR REVIEWERS**: This PR has internal Meta-specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D107943009/)! ghstack-source-id: 391253247 Pull-Request: https://github.com/facebook/rocksdb/pull/14832
This commit is contained in:
@@ -827,7 +827,7 @@ class DB {
|
||||
// implementation
|
||||
// doesn't support returning timestamps, and the timestamps paramater is
|
||||
// non-null, it should return Status::NotSupported() for all the keys.
|
||||
virtual void MultiGet(const ReadOptions& options, const size_t num_keys,
|
||||
virtual void MultiGet(const ReadOptions& optionsz, const size_t num_keys,
|
||||
ColumnFamilyHandle** column_families, const Slice* keys,
|
||||
PinnableSlice* values, std::string* timestamps,
|
||||
Status* statuses, const bool sorted_input = false) = 0;
|
||||
|
||||
Reference in New Issue
Block a user