Expand description
Metadata for time matrices.
The DataSemantic of the Statistic determines which metadata types can be used to
annotate a TimeMatrix. For example, the Union statistic has a Bitset semantic that
requires BitsetIndex.
Structs§
- BitLabel
- A textual label for a bit in a
Bitsetaggregation. - Bitset
Map - A map from index to
BitLabels that indexes aBitsetaggregation. - Bitset
Node - A reference to an Inspect node that indexes a
Bitsetaggregation. - Dense
Bitset Map - Provides implementation of
Metadatasimilar toBitsetMapthat requires a dense (i.e. not sparse) set of bit indices.
Enums§
- Bitset
Index - Metadata for a
Bitsetaggregation that indexes bits with textual labels.