mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-19 15:05:47 +01:00
btree/balance: extra doc context for CellArray::cell_payloads
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user