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

Function NewOrPredicate

pkg/parquetquery/predicates.go:384–388  ·  view source on GitHub ↗
(preds ...Predicate)

Source from the content-addressed store, hash-verified

382var _ Predicate = (*OrPredicate)(nil)
383
384func NewOrPredicate(preds ...Predicate) *OrPredicate {
385 return &OrPredicate{
386 preds: preds,
387 }
388}
389
390func (p *OrPredicate) String() string {
391 var preds []string

Callers 4

orIfNeededFunction · 0.92
orIfNeededFunction · 0.92
orIfNeededFunction · 0.92

Calls

no outgoing calls

Tested by 1