CountMinSketchResult
@Serializable
@SerialName(value = "CountMinSketchResult")
CountStat-MinStat sketch snapshot. counters is the depth x width matrix of counters in row-major order. seed determines the per-row hash salts; merging two snapshots requires identical depth, width, and seed. totalSeen is the unweighted update count.
Constructors
Properties
Link copied to clipboard
Reference to the LongHasher that produced the counters; resolved by estimate.
Functions
Link copied to clipboard
Estimated weighted count of value - the minimum across rows. Re-derives the per-row index with the same LongHasher the sketch used (resolved by name via Hashers), so a custom hasher must be registered before querying.
CountMinSketchResult
counters
depth
hasher
Reference to the LongHasher that produced the counters; resolved by estimate.