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

Function ExecAssignScanType

src/backend/executor/execUtils.c:726–732  ·  view source on GitHub ↗

---------------- * ExecAssignScanType * ---------------- */

Source from the content-addressed store, hash-verified

724 * ----------------
725 */
726void
727ExecAssignScanType(ScanState *scanstate, TupleDesc tupDesc)
728{
729 TupleTableSlot *slot = scanstate->ss_ScanTupleSlot;
730
731 ExecSetSlotDescriptor(slot, tupDesc);
732}
733
734/* ----------------
735 * ExecCreateScanSlotFromOuterPlan

Callers

nothing calls this directly

Calls 1

ExecSetSlotDescriptorFunction · 0.85

Tested by

no test coverage detected