Skip to main content

Module metadata

Module metadata 

Source
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 Bitset aggregation.
BitsetMap
A map from index to BitLabels that indexes a Bitset aggregation.
BitsetNode
A reference to an Inspect node that indexes a Bitset aggregation.
DenseBitsetMap
Provides implementation of Metadata similar to BitsetMap that requires a dense (i.e. not sparse) set of bit indices.

Enums§

BitsetIndex
Metadata for a Bitset aggregation that indexes bits with textual labels.

Traits§

Metadata