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

Function ExplainScanTarget

src/backend/commands/explain.c:4746–4750  ·  view source on GitHub ↗

* Show the target of a Scan node */

Source from the content-addressed store, hash-verified

4744 * Show the target of a Scan node
4745 */
4746static void
4747ExplainScanTarget(Scan *plan, ExplainState *es)
4748{
4749 ExplainTargetRel((Plan *) plan, plan->scanrelid, es);
4750}
4751
4752/*
4753 * Show the target of a ModifyTable node

Callers 1

ExplainNodeFunction · 0.85

Calls 1

ExplainTargetRelFunction · 0.85

Tested by

no test coverage detected