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

Method AppendOtherValue

pkg/parquetquery/iters.go:223–228  ·  view source on GitHub ↗
(k string, v interface{})

Source from the content-addressed store, hash-verified

221}
222
223func (r *IteratorResult) AppendOtherValue(k string, v interface{}) {
224 r.OtherEntries = append(r.OtherEntries, struct {
225 Key string
226 Value interface{}
227 }{k, v})
228}
229
230func (r *IteratorResult) OtherValueFromKey(k string) interface{} {
231 for _, e := range r.OtherEntries {

Callers 15

KeepGroupMethod · 0.80
KeepGroupMethod · 0.80
spanToIteratorResultMethod · 0.80
resultFromNextSpansMethod · 0.80
KeepGroupMethod · 0.80
KeepGroupMethod · 0.80
KeepGroupMethod · 0.80
KeepGroupMethod · 0.80
KeepGroupMethod · 0.80
KeepGroupMethod · 0.80
KeepGroupMethod · 0.80
KeepGroupMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestResultPoolReleaseFunction · 0.64