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

Function ExplainPrintExecStatsEnd

src/backend/commands/explain_gp.c:1877–1883  ·  view source on GitHub ↗

* ExplainPrintExecStatsEnd * External API wrapper for cdbexplain_showExecStatsEnd * * This is an externally exposed wrapper for cdbexplain_showExecStatsEnd such * that extensions, such as auto_explain, can leverage the Cloudberry specific * parts of the EXPLAIN machinery. */

Source from the content-addressed store, hash-verified

1875 * parts of the EXPLAIN machinery.
1876 */
1877void
1878ExplainPrintExecStatsEnd(ExplainState *es, QueryDesc *queryDesc)
1879{
1880 cdbexplain_showExecStatsEnd(queryDesc->plannedstmt,
1881 queryDesc->showstatctx,
1882 queryDesc->estate, es);
1883}
1884
1885/*
1886 * cdbexplain_showExecStatsEnd

Callers 1

explain_ExecutorEndFunction · 0.85

Calls 1

Tested by

no test coverage detected