Expand description
Types and functions that store or manipulate state/cache inside one single over window partition.
Structsยง
- Affected
Range ๐ AffectedRangerepresents a range of keys that are affected by a delta. TheCacheKeyfields are keys in the partition range cache + delta, which is represented by [DeltaBTreeMap].- Over
Partition ๐ - A wrapper of
PartitionCachethat provides helper methods to manipulate the cache. By putting this type insideprivatemodule, we can avoid misuse of the internal fields and methods. - Over
Partition ๐Stats
Constantsยง
- MAGIC_
BATCH_ ๐SIZE
Type Aliasesยง
- Partition
Delta ๐ - Changes happened in one over window partition.