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 BitSetMetadata
.
Structs§
- BitLabel
- A textual label for a bit in a
BitSet
aggregation. - BitSet
Map - A map from index to
BitLabel
s that indexes aBitSet
aggregation. - BitSet
Node - A reference to an Inspect node that indexes a
BitSet
aggregation.
Enums§
- BitSet
Index - Metadata for a
BitSet
aggregation that indexes bits with textual labels.