Expand description
The Correction
data structure used by persist_sink::write_batches
to stash updates before
they are written into batches.
Structsยง
- Consolidating
Vec ๐ - A vector that consolidates its contents.
- Correction
V1 ๐ - A collection holding
persist_sink
updates. - Length
AndCapacity ๐ - Helper type for convenient tracking of length and capacity together.
Enumsยง
- Correction ๐
- A data structure suitable for storing updates in a self-correcting persist sink.