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

Struct SpansetFilter

pkg/traceql/ast.go:415–418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

413func (SpansetOperation) __spansetExpression() {}
414
415type SpansetFilter struct {
416 Expression FieldExpression
417 matchingSpansBuffer []Span
418}
419
420func newSpansetFilter(e FieldExpression) *SpansetFilter {
421 f := &SpansetFilter{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected