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

Method capture_groups_len

src/expr/src/relation/func.rs:3424–3426  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

3422 Ok(Self(r, descs, opts))
3423 }
3424 pub fn capture_groups_len(&self) -> usize {
3425 self.1.len()
3426 }
3427 pub fn capture_groups_iter(&self) -> impl Iterator<Item = &CaptureGroupDesc> {
3428 self.1.iter()
3429 }

Callers 1

output_arityMethod · 0.80

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected