Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
)]
1041
pub struct IsLikeMatch(pub like_pattern::Matcher);
1042
1043
impl EagerUnaryFunc for IsLikeMatch {
1044
type Input<
'a> = &'
a str;
Callers
3
test_like
Function · 0.85
precompile_is_like
Function · 0.85
test_could_error
Function · 0.85
Calls
no outgoing calls
Tested by
2
test_like
Function · 0.68
test_could_error
Function · 0.68