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

Struct testCollector

pkg/parquetquery/iters_test.go:628–632  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

626}
627
628type testCollector struct {
629 reset func(rowNumber RowNumber)
630 collect func(r *IteratorResult, param any)
631 result func() *IteratorResult
632}
633
634var _ Collector = (*testCollector)(nil)
635

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected