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 394 of file execnodes.h.
AttrNumber* JunkFilter::jf_cleanMap |
Definition at line 399 of file execnodes.h.
Referenced by ExecFilterJunk(), ExecInitJunkFilter(), and ExecInitJunkFilterConversion().
TupleDesc JunkFilter::jf_cleanTupType |
Definition at line 398 of file execnodes.h.
Referenced by ExecFilterJunk(), ExecInitJunkFilter(), ExecInitJunkFilterConversion(), and fmgr_sql().
TupleTableSlot* JunkFilter::jf_resultSlot |
Definition at line 400 of file execnodes.h.
Referenced by ExecFilterJunk(), ExecInitJunkFilter(), ExecInitJunkFilterConversion(), fmgr_sql(), and init_sql_fcache().
List* JunkFilter::jf_targetList |
Definition at line 397 of file execnodes.h.
Referenced by ExecFindJunkAttribute(), ExecInitJunkFilter(), and ExecInitJunkFilterConversion().
NodeTag JunkFilter::type |
Definition at line 396 of file execnodes.h.