MCPcopy Create free account
hub / github.com/apache/cloudberry / attrMapExpr

Function attrMapExpr

src/backend/executor/execMain.c:4208–4212  ·  view source on GitHub ↗

Apply attrMap over the Var nodes in an expression. */

Source from the content-addressed store, hash-verified

4206
4207/* Apply attrMap over the Var nodes in an expression. */
4208Node *
4209attrMapExpr(TupleConversionMap *map, Node *expr)
4210{
4211 return apply_attrmap_mutator(expr, map);
4212}
4213
4214/*
4215 * Adjust INSERT/UPDATE/DELETE count for replicated table ON QD

Callers

nothing calls this directly

Calls 1

apply_attrmap_mutatorFunction · 0.85

Tested by

no test coverage detected