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

Function newOldStyleCollector

pkg/parquetquery/iters.go:1186–1192  ·  view source on GitHub ↗
(pool *ResultPool, pred GroupPredicate)

Source from the content-addressed store, hash-verified

1184}
1185
1186func newOldStyleCollector(pool *ResultPool, pred GroupPredicate) *oldStyleCollector {
1187 return &oldStyleCollector{
1188 at: pool.Get(),
1189 pool: pool,
1190 pred: pred,
1191 }
1192}
1193
1194func (c *oldStyleCollector) Reset(rowNumber RowNumber) {
1195 c.at.Reset()

Callers 1

NewLeftJoinIteratorFunction · 0.85

Calls 1

GetMethod · 0.65

Tested by

no test coverage detected