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

Struct scopedAttributeCollector

tempodb/encoding/vparquet5/block_traceql_fetch.go:996–1004  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

994}
995
996type scopedAttributeCollector struct {
997 atRes parquetquery.IteratorResult
998 at attrVal
999
1000 strBuffer []string
1001 intBuffer []int
1002 floatBuffer []float64
1003 boolBuffer []bool
1004}
1005
1006var _ parquetquery.Collector = (*scopedAttributeCollector)(nil)
1007

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected