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

Function EstimateRelationMapSpace

src/backend/utils/cache/relmapper.c:652–656  ·  view source on GitHub ↗

* EstimateRelationMapSpace * * Estimate space needed to pass active shared and local relmaps to parallel * workers. */

Source from the content-addressed store, hash-verified

650 * workers.
651 */
652Size
653EstimateRelationMapSpace(void)
654{
655 return sizeof(SerializedActiveRelMaps);
656}
657
658/*
659 * SerializeRelationMap

Callers 2

SerializeRelationMapFunction · 0.85
InitializeParallelDSMFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected