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

Method Append

pkg/parquetquery/iters.go:207–214  ·  view source on GitHub ↗
(rr *IteratorResult)

Source from the content-addressed store, hash-verified

205}
206
207func (r *IteratorResult) Append(rr *IteratorResult) {
208 if len(rr.Entries) > 0 {
209 r.Entries = append(r.Entries, rr.Entries...)
210 }
211 if len(rr.OtherEntries) > 0 {
212 r.OtherEntries = append(r.OtherEntries, rr.OtherEntries...)
213 }
214}
215
216func (r *IteratorResult) AppendValue(k string, v pq.Value) {
217 r.Entries = append(r.Entries, struct {

Callers 3

TestLeftJoinDownFunction · 0.95
cloneFunction · 0.95

Calls

no outgoing calls

Tested by 3

TestLeftJoinDownFunction · 0.76
cloneFunction · 0.76