|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Data Fields | |
| NodeTag | type |
| List * | jf_targetList |
| TupleDesc | jf_cleanTupType |
| AttrNumber * | jf_cleanMap |
| TupleTableSlot * | jf_resultSlot |
Definition at line 426 of file execnodes.h.
| AttrNumber* JunkFilter::jf_cleanMap |
Definition at line 431 of file execnodes.h.
| TupleDesc JunkFilter::jf_cleanTupType |
Definition at line 430 of file execnodes.h.
Referenced by InitPlan().
| TupleTableSlot* JunkFilter::jf_resultSlot |
Definition at line 432 of file execnodes.h.
| List* JunkFilter::jf_targetList |
Definition at line 429 of file execnodes.h.
| NodeTag JunkFilter::type |
Definition at line 428 of file execnodes.h.