(name string)
| 3928 | } |
| 3929 | |
| 3930 | func newLinkAttr(name string) traceql.Attribute { |
| 3931 | return traceql.NewScopedAttribute(traceql.AttributeScopeLink, false, name) |
| 3932 | } |
| 3933 | |
| 3934 | func orIfNeeded(preds []parquetquery.Predicate) parquetquery.Predicate { |
| 3935 | switch len(preds) { |
no test coverage detected