PostgreSQL Source Code git master
Loading...
Searching...
No Matches
JunkFilter Struct Reference

#include <execnodes.h>

Data Fields

NodeTag type
 
Listjf_targetList
 
TupleDesc jf_cleanTupType
 
AttrNumberjf_cleanMap
 
TupleTableSlotjf_resultSlot
 

Detailed Description

Definition at line 417 of file execnodes.h.

Field Documentation

◆ jf_cleanMap

AttrNumber* JunkFilter::jf_cleanMap

Definition at line 422 of file execnodes.h.

◆ jf_cleanTupType

TupleDesc JunkFilter::jf_cleanTupType

Definition at line 421 of file execnodes.h.

Referenced by InitPlan().

◆ jf_resultSlot

TupleTableSlot* JunkFilter::jf_resultSlot

Definition at line 423 of file execnodes.h.

◆ jf_targetList

List* JunkFilter::jf_targetList

Definition at line 420 of file execnodes.h.

◆ type

NodeTag JunkFilter::type

Definition at line 419 of file execnodes.h.


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