(f: &Function<Aug>)
| 3138 | } |
| 3139 | |
| 3140 | fn 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 |
nothing calls this directly
no test coverage detected