Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ newSelectOperation
Function
newSelectOperation
pkg/traceql/ast.go:282–286 ·
view source on GitHub ↗
(exprs []Attribute)
Source
from the content-addressed store, hash-verified
280
}
281
282
func
newSelectOperation(exprs []Attribute) SelectOperation {
283
return
SelectOperation{
284
attrs: exprs,
285
}
286
}
287
288
// **********************
289
// Scalars
Callers
2
TestSelectOperation
Function · 0.85
Parse
Method · 0.85
Calls
no outgoing calls
Tested by
1
TestSelectOperation
Function · 0.68