Structs§
- Cursor
- Dimensions
- Filter
Cursor - Iter
- NoSummary
- SumTree
- A B+ tree in which each leaf node contains
Item
s of typeT
and aSummary
s for eachItem
. Each internal node contains aSummary
of the items in its subtree. - TreeMap
- A cheaply-cloneable ordered map based on a SumTree.
- TreeSet
Enums§
Constants§
Traits§
- Context
Less Summary - Dimension
- Each
Summary
type can have more than oneDimension
type that it measures. - Item
- An item that can be stored in a
SumTree
- Keyed
Item - An
Item
whose summary has a specific key that can be used to identify it - MapSeek
Target - Seek
Target - Summary
- A type that describes the Sum of all
Item
s in a subtree of theSumTree