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

Function testResult

pkg/parquetquery/iters_test.go:608–618  ·  view source on GitHub ↗
(key, value string, rowNumbers ...int32)

Source from the content-addressed store, hash-verified

606}
607
608func testResult(key, value string, rowNumbers ...int32) IteratorResult {
609 return IteratorResult{
610 RowNumber: rn(rowNumbers...),
611 OtherEntries: []struct {
612 Key string
613 Value interface{}
614 }{
615 {Key: key, Value: value},
616 },
617 }
618}
619
620func clone(r *IteratorResult) IteratorResult {
621 o := IteratorResult{

Callers 2

TestLeftJoinUpFunction · 0.85
TestLeftJoinDownFunction · 0.85

Calls 1

rnFunction · 0.85

Tested by

no test coverage detected