MCPcopy
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
351func WithName(name string) NameOption {
352 return NameOption{name}
353}
354
355func (o NameOption) applyToLeftJoinIterator(j *LeftJoinIterator) {
356 j.name = o.name

Callers 1

createFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected