Map

data class Map(val opId: OpId) : DraftStage

A monotone transform stage — maps each element to a new value.

The referenced op must be a monotone function: one that preserves the lattice ordering so the pipeline stays convergent. Always CoordinationKind.Free: a monotone map commutes with concurrent contributions by construction.

Constructors

Link copied to clipboard
constructor(opId: OpId)

Properties

Link copied to clipboard

Whether this stage requires coordination to apply correctly.

Link copied to clipboard
open override val opId: OpId

The symbolic name of the operation this stage references. Code never moves; only names do.