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

Function ExecGetResultType

src/backend/executor/execUtils.c:546–550  ·  view source on GitHub ↗

---------------- * ExecGetResultType * ---------------- */

Source from the content-addressed store, hash-verified

544 * ----------------
545 */
546TupleDesc
547ExecGetResultType(PlanState *planstate)
548{
549 return planstate->ps_ResultTupleDesc;
550}
551
552/*
553 * ExecGetResultSlotOps - information about node's type of result slot

Callers 15

InitPlanFunction · 0.85
build_hash_tableFunction · 0.85
ExecInitSetOpFunction · 0.85
ExecInitUniqueFunction · 0.85
ExecInitMotionFunction · 0.85
ExecInitMergeJoinFunction · 0.85
ExecInitWorkTableScanFunction · 0.85
ExecPrefetchQualFunction · 0.85
ExecInitCteScanFunction · 0.85
ExecInitSubqueryScanFunction · 0.85
ExecInitGatherMergeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected