Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ inner
Method
inner
src/expr/src/relation/func.rs:3430–3432 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
3428
self.1.iter()
3429
}
3430
pub fn inner(&self) -> &Regex {
3431
&(self.0).regex
3432
}
3433
pub fn opts(&self) -> &AnalyzedRegexOpts {
3434
&self.2
3435
}
Callers
2
regexp_extract
Function · 0.45
regexp_matches
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected