package
1.0.5
Repository: https://github.com/cockroachdb/replicator.git
Documentation: pkg.go.dev

# Functions

Compare returns -1, 0, or 1 if a is less than, equal to, or greater than b.
NewMinMap constructs an empty MinMap.

# Structs

A MinMap provides a mapping of keys to Stamp values, while also tracking the minimum value.
Queue maintains ordered Stamped values.

# Interfaces

Coalescing is an optional interface that may be implemented by Stamped values.
A Stamp is a comparable value (possibly a time, or an offset within a log file).
A Stamped value has some key by which it can be ordered.