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

Struct oldStyleCollector

pkg/parquetquery/iters.go:1180–1184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1178}
1179
1180type oldStyleCollector struct {
1181 at *IteratorResult
1182 pool *ResultPool
1183 pred GroupPredicate
1184}
1185
1186func newOldStyleCollector(pool *ResultPool, pred GroupPredicate) *oldStyleCollector {
1187 return &oldStyleCollector{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected