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