Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ IsRegexpMatch
Class
IsRegexpMatch
src/expr/src/scalar/func/impls/string.rs:1079–1079 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1077
MzReflect
1078
)]
1079
pub struct IsRegexpMatch(pub Regex);
1080
1081
impl EagerUnaryFunc for IsRegexpMatch {
1082
type Input<
'a> = &'
a str;
Callers
1
reduce_call_binary
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected