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

Method String

tempodb/encoding/vparquet4/block_traceql.go:3119–3121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3117var _ parquetquery.GroupPredicate = (*spanCollector)(nil)
3118
3119func (c *spanCollector) String() string {
3120 return fmt.Sprintf("spanCollector(%d)", c.minAttributes)
3121}
3122
3123func (c *spanCollector) KeepGroup(res *parquetquery.IteratorResult) bool {
3124 var sp *span

Callers 15

rawIterMethod · 0.45
createIntPredicateFunction · 0.45
KeepGroupMethod · 0.45
unsafeToStringFunction · 0.45
CompactMethod · 0.45
finishBlockMethod · 0.45
countSpansFunction · 0.45
TestFetchTagNamesFunction · 0.45
BenchmarkFetchTagsFunction · 0.45
checkBloomMethod · 0.45
checkIndexMethod · 0.45

Calls

no outgoing calls

Tested by 10

TestFetchTagNamesFunction · 0.36
BenchmarkFetchTagsFunction · 0.36
sortAttributesTempopbFunction · 0.36
sortSpanAttrsFunction · 0.36
sortAttrsFunction · 0.36