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

Struct regexPredicate

pkg/parquetquery/predicates.go:163–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163type regexPredicate struct {
164 matcher *regexp.Regexp
165}
166
167var _ Predicate = (*regexPredicate)(nil)
168

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected