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

Function newBatchCollector

tempodb/encoding/vparquet4/block_traceql.go:3324–3329  ·  view source on GitHub ↗
(requireAtLeastOneMatchOverall bool, minAttributes int)

Source from the content-addressed store, hash-verified

3322var _ parquetquery.GroupPredicate = (*batchCollector)(nil)
3323
3324func newBatchCollector(requireAtLeastOneMatchOverall bool, minAttributes int) *batchCollector {
3325 return &batchCollector{
3326 requireAtLeastOneMatchOverall: requireAtLeastOneMatchOverall,
3327 minAttributes: minAttributes,
3328 }
3329}
3330
3331func (c *batchCollector) String() string {
3332 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