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

Function ExplainModifyTarget

src/backend/commands/explain.c:4759–4763  ·  view source on GitHub ↗

* Show the target of a ModifyTable node * * Here we show the nominal target (ie, the relation that was named in the * original query). If the actual target(s) is/are different, we'll show them * in show_modifytable_info(). */

Source from the content-addressed store, hash-verified

4757 * in show_modifytable_info().
4758 */
4759static void
4760ExplainModifyTarget(ModifyTable *plan, ExplainState *es)
4761{
4762 ExplainTargetRel((Plan *) plan, plan->nominalRelation, es);
4763}
4764
4765/*
4766 * Show the target relation of a scan or modify node

Callers 1

ExplainNodeFunction · 0.85

Calls 1

ExplainTargetRelFunction · 0.85

Tested by

no test coverage detected