|
PostgreSQL Source Code git master
|
#include "nodes/execnodes.h"

Go to the source code of this file.
Functions | |
| NamedTuplestoreScanState * | ExecInitNamedTuplestoreScan (NamedTuplestoreScan *node, EState *estate, int eflags) |
| void | ExecReScanNamedTuplestoreScan (NamedTuplestoreScanState *node) |
|
extern |
Definition at line 82 of file nodeNamedtuplestorescan.c.
References Assert, elog, ENRMetadataGetTupDesc(), NamedTuplestoreScan::enrname, ERROR, EState::es_queryEnv, EXEC_FLAG_BACKWARD, EXEC_FLAG_MARK, EXEC_FLAG_REWIND, ExecAssignExprContext(), ExecAssignScanProjectionInfo(), ExecInitQual(), ExecInitResultTypeTL(), ExecInitScanTupleSlot(), ExecNamedTuplestoreScan(), fb(), get_ENR(), innerPlan, makeNode, outerPlan, NamedTuplestoreScan::scan, TTSOpsMinimalTuple, tuplestore_alloc_read_pointer(), tuplestore_rescan(), and tuplestore_select_read_pointer().
Referenced by ExecInitNode().
|
extern |
Definition at line 164 of file nodeNamedtuplestorescan.c.
References ExecClearTuple(), ExecScanReScan(), ScanState::ps, PlanState::ps_ResultTupleSlot, NamedTuplestoreScanState::readptr, NamedTuplestoreScanState::relation, NamedTuplestoreScanState::ss, tuplestore_rescan(), and tuplestore_select_read_pointer().
Referenced by ExecReScan().