pub type PerTableSemanticIndex = BTreeMap<String, BTreeMap<String, BTreeMap<String, String>>>;Expand description
The parsed per-table semantic index: {schema -> {table -> {key -> value}}},
produced by the OTLP metrics encode path (where one metric can fan out into
several tables with distinct keys) and the Prometheus remote write v2 path
(where per-series metadata declares type/unit, and a series may override its
target schema).
Aliased Typeยง
pub struct PerTableSemanticIndex { /* private fields */ }