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

Method fold_expr

src/sql/src/names.rs:2280–2283  ·  view source on GitHub ↗
(&mut self, node: Expr<Raw>)

Source from the content-addressed store, hash-verified

2278 }
2279
2280 fn fold_expr(&mut self, node: Expr<Raw>) -> Expr<Aug> {
2281 // Exprs can be recursive, so need the ability to grow the stack.
2282 mz_ore::stack::maybe_grow(|| mz_sql_parser::ast::fold::fold_expr(self, node))
2283 }
2284}
2285
2286/// Resolves names in an AST node using the provided catalog.

Callers 3

fold_queryMethod · 0.80
fold_functionMethod · 0.80

Calls 1

maybe_growFunction · 0.85

Tested by

no test coverage detected