rocksdb/db/wide
Levi Tamasi e9c74bc474 Add wide column serialization primitives (#9915)
Summary:
The patch adds some low-level logic that can be used to serialize/deserialize
a sorted vector of wide columns to/from a simple binary searchable string
representation. Currently, there is no user-facing API; this will be implemented in
subsequent stages.

Pull Request resolved: https://github.com/facebook/rocksdb/pull/9915

Test Plan: `make check`

Reviewed By: siying

Differential Revision: D35978076

Pulled By: ltamasi

fbshipit-source-id: 33f5f6628ec3bcd8c8beab363b1978ac047a8788
2022-06-03 20:54:48 -07:00
..
wide_column_serialization.cc Add wide column serialization primitives (#9915) 2022-06-03 20:54:48 -07:00
wide_column_serialization.h Add wide column serialization primitives (#9915) 2022-06-03 20:54:48 -07:00
wide_column_serialization_test.cc Add wide column serialization primitives (#9915) 2022-06-03 20:54:48 -07:00