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

Method OtherValueFromKey

pkg/parquetquery/iters.go:230–237  ·  view source on GitHub ↗
(k string)

Source from the content-addressed store, hash-verified

228}
229
230func (r *IteratorResult) OtherValueFromKey(k string) interface{} {
231 for _, e := range r.OtherEntries {
232 if e.Key == k {
233 return e.Value
234 }
235 }
236 return nil
237}
238
239// ToMap converts the unstructured list of data into a map containing an entry
240// for each column, and the lists of values. The order of columns is

Callers 9

NextMethod · 0.80
NextMethod · 0.80
NextMethod · 0.80
NextMethod · 0.80
NextMethod · 0.80
NextMethod · 0.80
NextMethod · 0.80
NextMethod · 0.80
NextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected