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

Method WalkQueryOrExpressionTree

src/backend/gpopt/gpdbwrappers.cpp:1724–1734  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1722}
1723
1724bool
1725gpdb::WalkQueryOrExpressionTree(Node *node, bool (*walker)(Node *, void *), void *context,
1726 int flags)
1727{
1728 GP_WRAP_START;
1729 {
1730 return query_or_expression_tree_walker_wrapper(node, walker, context, flags);
1731 }
1732 GP_WRAP_END;
1733 return false;
1734}
1735
1736Node *
1737gpdb::MutateQueryOrExpressionTree(Node *node, Node *(*mutator)(Node *, void *), void *context,

Callers

nothing calls this directly

Tested by

no test coverage detected