Ifrit

Results 1 issues of Ifrit

In `src/include/storage/index/generic_key.h`, it's mentioned that `Function object returns true if lhs < rhs`, but the implemented comparator performs 3-way comparison. ```cpp /** * Function object returns true if lhs <...