PostgreSQL Source Code: JunkFilter Struct Reference (original) (raw)
#include <[execnodes.h](execnodes%5F8h%5Fsource.html)>
Data Fields | |
---|---|
NodeTag | type |
List * | jf_targetList |
TupleDesc | jf_cleanTupType |
AttrNumber * | jf_cleanMap |
TupleTableSlot * | jf_resultSlot |
Detailed Description
Definition at line 410 of file execnodes.h.
Field Documentation
◆ jf_cleanMap
AttrNumber* JunkFilter::jf_cleanMap
Definition at line 415 of file execnodes.h.
Referenced by ExecFilterJunk(), ExecInitJunkFilter(), and ExecInitJunkFilterConversion().
◆ jf_cleanTupType
TupleDesc JunkFilter::jf_cleanTupType
Definition at line 414 of file execnodes.h.
Referenced by ExecFilterJunk(), ExecInitJunkFilter(), ExecInitJunkFilterConversion(), and fmgr_sql().
◆ jf_resultSlot
TupleTableSlot* JunkFilter::jf_resultSlot
Definition at line 416 of file execnodes.h.
Referenced by ExecFilterJunk(), ExecInitJunkFilter(), ExecInitJunkFilterConversion(), fmgr_sql(), init_execution_state(), postquel_start(), and sqlfunction_receive().
◆ jf_targetList
List* JunkFilter::jf_targetList
Definition at line 413 of file execnodes.h.
Referenced by ExecFindJunkAttribute(), ExecInitJunkFilter(), ExecInitJunkFilterConversion(), and init_execution_state().
◆ type
NodeTag JunkFilter::type
Definition at line 412 of file execnodes.h.
The documentation for this struct was generated from the following file:
- src/include/nodes/execnodes.h