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

Function newGroupOperation

pkg/traceql/ast.go:257–262  ·  view source on GitHub ↗
(e FieldExpression)

Source from the content-addressed store, hash-verified

255}
256
257func newGroupOperation(e FieldExpression) GroupOperation {
258 return GroupOperation{
259 Expression: e,
260 groupBuffer: make(map[StaticMapKey]*Spanset),
261 }
262}
263
264func (o GroupOperation) extractConditions(request *FetchSpansRequest) {
265 o.Expression.extractConditions(request)

Callers 4

TestPipelinesFunction · 0.85
ParseMethod · 0.85
rewritePipelineMethod · 0.85

Calls

no outgoing calls

Tested by 2

TestPipelinesFunction · 0.68