PostgreSQL Source Code  git master
JunkFilter Struct Reference

#include <execnodes.h>

Data Fields

NodeTag type
 
Listjf_targetList
 
TupleDesc jf_cleanTupType
 
AttrNumberjf_cleanMap
 
TupleTableSlotjf_resultSlot
 

Detailed Description

Definition at line 391 of file execnodes.h.

Field Documentation

◆ jf_cleanMap

AttrNumber* JunkFilter::jf_cleanMap

Definition at line 396 of file execnodes.h.

Referenced by ExecFilterJunk(), ExecInitJunkFilter(), and ExecInitJunkFilterConversion().

◆ jf_cleanTupType

TupleDesc JunkFilter::jf_cleanTupType

◆ jf_resultSlot

TupleTableSlot* JunkFilter::jf_resultSlot

◆ jf_targetList

List* JunkFilter::jf_targetList

◆ type

NodeTag JunkFilter::type

Definition at line 393 of file execnodes.h.


The documentation for this struct was generated from the following file: