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

Method MutateExpressionTree

src/backend/gpopt/gpdbwrappers.cpp:130–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130Node *
131gpdb::MutateExpressionTree(Node *node, Node *(*mutator)(Node *, void *), void *context)
132{
133 GP_WRAP_START;
134 {
135 return expression_tree_mutator_wrapper(node, mutator, context);
136 }
137 GP_WRAP_END;
138 return nullptr;
139}
140
141bool
142gpdb::WalkExpressionTree(Node *node, bool (*walker)(Node *, void *), void *context)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected