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

Struct OrPredicate

pkg/parquetquery/predicates.go:378–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

376}
377
378type OrPredicate struct {
379 preds []Predicate
380}
381
382var _ Predicate = (*OrPredicate)(nil)
383

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected