Expand description
RecordedUpdates<U>: the columnar stream container.
This is the CONTAINER tier of the columnar chunk: the type that flows on
dataflow edges (it is Accountable and ContainerBytes), built input-side
by the collection Builder, shuffled by Pact,
and melded into ColChunk batches by the
trace face’s Chunker. It wraps the
columnar Updates trie with the
pre-consolidation record count timely’s exchange accounting needs.
Structs§
- Recorded
Updates - A thin wrapper around
Updatesthat tracks the pre-consolidation record count for timely’s exchange accounting. This wrapper is the stream container type; theTrieChunkerstrips it, passing bareUpdatesTypedinto the merge batcher.