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

Struct SubstringPredicate

pkg/parquetquery/predicates.go:225–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225type SubstringPredicate struct {
226 substring []byte
227 matches map[string]bool
228}
229
230var _ Predicate = (*SubstringPredicate)(nil)
231

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected