| 413 | func (SpansetOperation) __spansetExpression() {} |
| 414 | |
| 415 | type SpansetFilter struct { |
| 416 | Expression FieldExpression |
| 417 | matchingSpansBuffer []Span |
| 418 | } |
| 419 | |
| 420 | func newSpansetFilter(e FieldExpression) *SpansetFilter { |
| 421 | f := &SpansetFilter{ |
nothing calls this directly
no outgoing calls
no test coverage detected