MCPcopy
hub / github.com/grafana/tempo / totalOccurrences

Method totalOccurrences

cmd/tempo-cli/cmd-analyse-block.go:623–629  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

621}
622
623func (c cardinality) totalOccurrences() uint64 {
624 total := uint64(0)
625 for _, count := range c {
626 total += count
627 }
628 return total
629}
630
631// dictionarySize is the estimated total size of a compressed dictionary for this attribute.
632func (c cardinality) dictionarySize() uint64 {

Callers 5

avgSizePerRowGroupMethod · 0.95
ToDedicatedColumnsMethod · 0.80
totalStringCountMethod · 0.80
printFullSummaryFunction · 0.80
printCliArgsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected