[][src]Module rocks::comparator

A Comparator object provides a total order across slices that are used as keys in an sstable or a database.

Traits

Comparator

A Comparator object provides a total order across slices that are used as keys in an sstable or a database. A Comparator implementation must be thread-safe since rocksdb may invoke its methods concurrently from multiple threads.