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

Function ExecHashJoinEstimate

src/backend/executor/nodeHashjoin.c:2043–2048  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2041}
2042
2043void
2044ExecHashJoinEstimate(HashJoinState *state, ParallelContext *pcxt)
2045{
2046 shm_toc_estimate_chunk(&pcxt->estimator, sizeof(ParallelHashJoinState));
2047 shm_toc_estimate_keys(&pcxt->estimator, 1);
2048}
2049
2050void
2051ExecHashJoinInitializeDSM(HashJoinState *state, ParallelContext *pcxt)

Callers 2

ExecParallelEstimateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected