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

Function newBatchCollector

tempodb/encoding/vparquet5/block_traceql.go:3415–3420  ·  view source on GitHub ↗
(requireAtLeastOneMatchOverall bool, minAttributes int)

Source from the content-addressed store, hash-verified

3413var _ parquetquery.GroupPredicate = (*batchCollector)(nil)
3414
3415func newBatchCollector(requireAtLeastOneMatchOverall bool, minAttributes int) *batchCollector {
3416 return &batchCollector{
3417 requireAtLeastOneMatchOverall: requireAtLeastOneMatchOverall,
3418 minAttributes: minAttributes,
3419 }
3420}
3421
3422func (c *batchCollector) String() string {
3423 return fmt.Sprintf("batchCollector(%v, %d)", c.requireAtLeastOneMatchOverall, c.minAttributes)

Callers 1

createResourceIteratorFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected