Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
378
type
OrPredicate
struct
{
379
preds []Predicate
380
}
381
382
var
_ Predicate = (*OrPredicate)(nil)
383
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected