Skip to main content

Module merge

Module merge 

Source
Expand description

Incremental merge of ChunkTelemetry into RunningAggregateStateV1.

Re-exportsยง

pub use emit::emit_result_snapshot;
pub use emit::emit_timeline_snapshot;

Modulesยง

emit ๐Ÿ”’
histogram ๐Ÿ”’
keys ๐Ÿ”’
sections ๐Ÿ”’

Structsยง

MergeError
Error produced while merging a chunk into the running state.

Enumsยง

MergeErrorKind ๐Ÿ”’

Functionsยง

merge_chunk
Incrementally merge a ChunkTelemetry into RunningAggregateStateV1.
new_running_state
Build a zeroed RunningAggregateStateV1 sized for chunks_total chunks.
validate_chunk
Validate a chunk against the running state before merging it in.