Module time_key

Source

Structs§

TimeKeyItem
When a TimeKey is persisted it is ordered by partition and timestamp, and compressed using the tsz_compress crate for efficient storage.
TimeKeyItemDelta
UserDeviceTimeKey
A UserDeviceTimeKey is a time key that is used to deduplicate a stream of events from a user on a device.

Traits§

TimeKey
TimeKey is a trait that defines the interface for a time key.