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

Method String

tempodb/encoding/vparquet3/block_traceql.go:2559–2561  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2557var _ parquetquery.GroupPredicate = (*spanCollector)(nil)
2558
2559func (c *spanCollector) String() string {
2560 return fmt.Sprintf("spanCollector(%d)", c.minAttributes)
2561}
2562
2563func (c *spanCollector) KeepGroup(res *parquetquery.IteratorResult) bool {
2564 var sp *span

Callers 15

rawIterMethod · 0.45
createIntPredicateFunction · 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
FindTraceByIDMethod · 0.45

Calls

no outgoing calls

Tested by 8

TestFetchTagNamesFunction · 0.36
BenchmarkFetchTagsFunction · 0.36
sortSpanAttrsFunction · 0.36