MCPcopy 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)]
1079pub struct IsRegexpMatch(pub Regex);
1080
1081impl EagerUnaryFunc for IsRegexpMatch {
1082 type Input<'a> = &'a str;

Callers 1

reduce_call_binaryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected