MCPcopy
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
282func newSelectOperation(exprs []Attribute) SelectOperation {
283 return SelectOperation{
284 attrs: exprs,
285 }
286}
287
288// **********************
289// Scalars

Callers 2

TestSelectOperationFunction · 0.85
ParseMethod · 0.85

Calls

no outgoing calls

Tested by 1

TestSelectOperationFunction · 0.68