(name string)
| 3818 | } |
| 3819 | |
| 3820 | func newLinkAttr(name string) traceql.Attribute { |
| 3821 | return traceql.NewScopedAttribute(traceql.AttributeScopeLink, false, name) |
| 3822 | } |
| 3823 | |
| 3824 | func orIfNeeded(preds []parquetquery.Predicate) parquetquery.Predicate { |
| 3825 | switch len(preds) { |
no test coverage detected