Module mz_compute::sink::correction
source ยท 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 ๐A collection holding
persist_sink
updates. - Length
AndCapacity ๐Helper type for convenient tracking of length and capacity together.