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

Function LocallyExecutingSliceIndex

src/backend/executor/execUtils.c:2441–2445  ·  view source on GitHub ↗

* Provide index of locally executing slice */

Source from the content-addressed store, hash-verified

2439 * Provide index of locally executing slice
2440 */
2441int LocallyExecutingSliceIndex(EState *estate)
2442{
2443 Assert(estate);
2444 return (!estate->es_sliceTable ? 0 : estate->es_sliceTable->localSlice);
2445}
2446
2447/**
2448 * Provide index of slice being executed on the primary writer gang

Callers 15

ExplainPrintPlanFunction · 0.85
cdbexplain_sendExecStatsFunction · 0.85
preprocess_initplansFunction · 0.85
GpInsertParallelDSMHashFunction · 0.85
standard_ExecutorStartFunction · 0.85
standard_ExecutorRunFunction · 0.85
standard_ExecutorFinishFunction · 0.85
InitPlanFunction · 0.85
ExecInitMotionFunction · 0.85
getGpExecIdentityFunction · 0.85
mppExecutorFinishupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected