Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ Len
Method
Len
pkg/traceql/series_heap.go:85–85 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
83
type
reverseSeriesHeap []seriesValue
84
85
func
(h reverseSeriesHeap) Len() int {
return
len(h) }
86
87
func
(h reverseSeriesHeap) Less(i, j int) bool {
88
return
dataPointGreaterThan(h[i], h[j])
Callers
1
processBottomK
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected