Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ WithName
Function
WithName
pkg/parquetquery/iters.go:351–353 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
349
}
350
351
func
WithName(name string) NameOption {
352
return
NameOption{name}
353
}
354
355
func
(o NameOption) applyToLeftJoinIterator(j *LeftJoinIterator) {
356
j.name = o.name
Callers
1
create
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected