rocksdb/db/wide
Levi Tamasi 865d5576ad Support providing the default column separately when serializing columns (#10839)
Summary:
The patch makes it possible to provide the value of the default column
separately when calling `WideColumnSerialization::Serialize`. This eliminates
the need to construct a new `WideColumns` vector in certain cases
(for example, it will come in handy when implementing `Merge`).

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

Test Plan: `make check`

Reviewed By: riversand963

Differential Revision: D40561448

Pulled By: ltamasi

fbshipit-source-id: 69becdd510e6a83ab1feb956c12772110e1040d6
2022-10-20 16:00:58 -07:00
..
db_wide_basic_test.cc Add wide-column support to iterators (#10670) 2022-09-13 21:01:36 -07:00
wide_column_serialization.cc Support providing the default column separately when serializing columns (#10839) 2022-10-20 16:00:58 -07:00
wide_column_serialization.h Support providing the default column separately when serializing columns (#10839) 2022-10-20 16:00:58 -07:00
wide_column_serialization_test.cc Support providing the default column separately when serializing columns (#10839) 2022-10-20 16:00:58 -07:00
wide_columns.cc Verify columns in NonBatchedOpsStressTest::VerifyDb (#10783) 2022-10-06 15:07:16 -07:00