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

Struct GroupOperation

pkg/traceql/ast.go:251–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251type GroupOperation struct {
252 Expression FieldExpression
253
254 groupBuffer map[StaticMapKey]*Spanset
255}
256
257func newGroupOperation(e FieldExpression) GroupOperation {
258 return GroupOperation{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected