btree/balance: extra doc context for CellArray::cell_payloads

This commit is contained in:
Jussi Saurio
2025-07-10 15:06:27 +03:00
parent 475bced4f7
commit 0b8c5f7c91

View File

@@ -5481,6 +5481,7 @@ impl PageStack {
/// Used for redistributing cells during a balance operation.
struct CellArray {
/// The actual cell data.
/// For all other page types except table leaves, this will also contain the associated divider cell from the parent page.
cell_payloads: Vec<&'static mut [u8]>,
/// Prefix sum of cells in each page.