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

Function rn

pkg/parquetquery/iters_test.go:602–606  ·  view source on GitHub ↗
(rowNumbers ...int32)

Source from the content-addressed store, hash-verified

600}
601
602func rn(rowNumbers ...int32) RowNumber {
603 rn := EmptyRowNumber()
604 copy(rn[:], rowNumbers)
605 return rn
606}
607
608func testResult(key, value string, rowNumbers ...int32) IteratorResult {
609 return IteratorResult{

Callers 3

TestLeftJoinUpFunction · 0.85
TestLeftJoinDownFunction · 0.85
testResultFunction · 0.85

Calls 1

EmptyRowNumberFunction · 0.85

Tested by

no test coverage detected