MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / IsLikeMatch

Class IsLikeMatch

src/expr/src/scalar/func/impls/string.rs:1041–1041  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1039 MzReflect
1040)]
1041pub struct IsLikeMatch(pub like_pattern::Matcher);
1042
1043impl EagerUnaryFunc for IsLikeMatch {
1044 type Input<'a> = &'a str;

Callers 3

test_likeFunction · 0.85
precompile_is_likeFunction · 0.85
test_could_errorFunction · 0.85

Calls

no outgoing calls

Tested by 2

test_likeFunction · 0.68
test_could_errorFunction · 0.68