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

Function is_repeat_row

src/sql/src/plan/query.rs:3140–3142  ·  view source on GitHub ↗
(f: &Function<Aug>)

Source from the content-addressed store, hash-verified

3138}
3139
3140fn is_repeat_row(f: &Function<Aug>) -> bool {
3141 f.name.full_name_str().as_str() == format!("{}.{}", MZ_CATALOG_SCHEMA, REPEAT_ROW_NAME)
3142}
3143
3144/// Plans an expression coalescing multiple table functions. Each table
3145/// function is followed by its row ordinality. The entire expression is

Callers

nothing calls this directly

Calls 2

full_name_strMethod · 0.80
as_strMethod · 0.45

Tested by

no test coverage detected