kumulant

HasherRef

@Serializable
value class HasherRef(val name: String)(source)

Typed, serializable reference to a LongHasher by name. Carried by the discrete sketch specs and results in place of a bare string, and resolved to a live mixer via Hashers.resolve. Serializes transparently as its name, so the wire form stays a plain string and needs no custom serializer.

Constructors

Link copied to clipboard
constructor(name: String)

Types

Link copied to clipboard
object Companion

Built-in HasherRef constants.

Properties

Link copied to clipboard

HasherRef

constructor(name: String)(source)

name