Closed crwen closed 2 months ago
SSTable::get will return the first data that is greater or equal than the key. But it should return the exact data that is equal to the key, otherwise return None
SSTable::get
None
SSTable::get
will return the first data that is greater or equal than the key. But it should return the exact data that is equal to the key, otherwise returnNone