Structs§
- Cursor
- Dimensions
- Filter
Cursor - Iter
- NoSummary
- SumTree
- A B+ tree in which each leaf node contains
Items of typeTand aSummarys for eachItem. Each internal node contains aSummaryof the items in its subtree. - TreeMap
- A cheaply-cloneable ordered map based on a SumTree.
- TreeSet
Enums§
Constants§
Traits§
- Context
Less Summary - Dimension
- Each
Summarytype can have more than oneDimensiontype that it measures. - Item
- An item that can be stored in a
SumTree - Keyed
Item - An
Itemwhose 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
Items in a subtree of theSumTree