Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
163
type
regexPredicate
struct
{
164
matcher *regexp.Regexp
165
}
166
167
var
_ Predicate = (*regexPredicate)(nil)
168
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected