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

Function ExecMaterialExplainEnd

src/backend/executor/nodeMaterial.c:343–347  ·  view source on GitHub ↗

* ExecMaterialExplainEnd * Called before ExecutorEnd to finish EXPLAIN ANALYZE reporting. * * Some of the cleanup that ordinarily would occur during ExecEndMaterial() * needs to be done earlier in order to report statistics to EXPLAIN ANALYZE. * Note that ExecEndMaterial() will be called again during ExecutorEnd(). */

Source from the content-addressed store, hash-verified

341 * Note that ExecEndMaterial() will be called again during ExecutorEnd().
342 */
343static void
344ExecMaterialExplainEnd(PlanState *planstate, struct StringInfoData *buf)
345{
346 ExecEagerFreeMaterial((MaterialState*)planstate);
347} /* ExecMaterialExplainEnd */
348
349
350/* ----------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

ExecEagerFreeMaterialFunction · 0.85

Tested by

no test coverage detected