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

Method Collect

pkg/parquetquery/iters.go:1767–1767  ·  view source on GitHub ↗
(*IteratorResult, any)

Source from the content-addressed store, hash-verified

1765
1766type Collector interface {
1767 Collect(*IteratorResult, any)
1768 Reset(RowNumber)
1769 Result() *IteratorResult
1770 Close()

Callers 15

NewSearchTagsFunction · 0.65
NewSearchTagsV2Function · 0.65
NewSearchTagValuesFunction · 0.65
NewSearchTagValuesV2Function · 0.65
SearchTagValuesV2Method · 0.65
CollectMethod · 0.65
SearchTagValuesV2Method · 0.65
collectOptionalMethod · 0.65
collectRequiredMethod · 0.65
ClustersMethod · 0.65
CollectMethod · 0.65

Implementers 4

scopedAttributeCollectortempodb/encoding/vparquet5/block_trace
spanCollector2tempodb/encoding/vparquet5/block_trace
oldStyleCollectorpkg/parquetquery/iters.go
testCollectorpkg/parquetquery/iters_test.go

Calls

no outgoing calls