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

Function newCoalesceOperation

pkg/traceql/ast.go:271–273  ·  pkg/traceql/ast.go::newCoalesceOperation
()

Source from the content-addressed store, hash-verified

269type CoalesceOperation struct{}
270
271func newCoalesceOperation() CoalesceOperation {
272 return CoalesceOperation{}
273}
274
275func (o CoalesceOperation) extractConditions(*FetchSpansRequest) {
276}

Callers 3

TestPipelinesFunction · 0.85
ParseMethod · 0.85

Calls

no outgoing calls

Tested by 2

TestPipelinesFunction · 0.68