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

Function newBatchCollector

tempodb/encoding/vparquet3/block_traceql.go:2700–2705  ·  view source on GitHub ↗
(requireAtLeastOneMatchOverall bool, minAttributes int)

Source from the content-addressed store, hash-verified

2698var _ parquetquery.GroupPredicate = (*batchCollector)(nil)
2699
2700func newBatchCollector(requireAtLeastOneMatchOverall bool, minAttributes int) *batchCollector {
2701 return &batchCollector{
2702 requireAtLeastOneMatchOverall: requireAtLeastOneMatchOverall,
2703 minAttributes: minAttributes,
2704 }
2705}
2706
2707func (c *batchCollector) String() string {
2708 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