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

Method AppendValue

pkg/parquetquery/iters.go:216–221  ·  view source on GitHub ↗
(k string, v pq.Value)

Source from the content-addressed store, hash-verified

214}
215
216func (r *IteratorResult) AppendValue(k string, v pq.Value) {
217 r.Entries = append(r.Entries, struct {
218 Key string
219 Value pq.Value
220 }{k, v})
221}
222
223func (r *IteratorResult) AppendOtherValue(k string, v interface{}) {
224 r.OtherEntries = append(r.OtherEntries, struct {

Callers 1

TestResultPoolReleaseFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestResultPoolReleaseFunction · 0.64