Expand description
Trace and batch implementations based on sorted ranges.
The types and type aliases in this module start with either
OrdVal: Collections whose data have the form(key, val)wherekeyis ordered.OrdKey: Collections whose data have the formkeywherekeyis ordered.
Although OrdVal is more general than OrdKey, the latter has a simpler representation
and should consume fewer resources (computation and memory) when it applies.
Structs§
- OrdKey
Batch - An immutable collection of update tuples, from a contiguous interval of logical times.
- OrdKey
Builder - A builder for creating layers from unsorted update tuples.
- OrdVal
Batch - An immutable collection of update tuples, from a contiguous interval of logical times.
- OrdVal
Builder - A builder for creating layers from unsorted update tuples.
Type Aliases§
- ColKey
Spine - A trace implementation backed by columnar storage.
- ColVal
Spine - A trace implementation backed by columnar storage.
- OrdKey
Spine - A trace implementation using a spine of ordered lists.
- OrdVal
Spine - A trace implementation using a spine of ordered lists.
- Preferred
Spine - A trace implementation backed by columnar storage.