Skip to main content

Module container

Module container 

Source
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§

RecordedUpdates
A thin wrapper around Updates that tracks the pre-consolidation record count for timely’s exchange accounting. This wrapper is the stream container type; the TrieChunker strips it, passing bare UpdatesTyped into the merge batcher.