(e FieldExpression)
| 418 | } |
| 419 | |
| 420 | func newSpansetFilter(e FieldExpression) *SpansetFilter { |
| 421 | f := &SpansetFilter{ |
| 422 | Expression: e, |
| 423 | } |
| 424 | return f |
| 425 | } |
| 426 | |
| 427 | // nolint: revive |
| 428 | func (*SpansetFilter) __spansetExpression() {} |
no outgoing calls