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

#include <execnodes.h>

Data Fields

NodeTag type
 
charfp_rangeName
 
Oid fp_rangeType
 
int fp_rangeAttno
 
Datum fp_targetRange
 
TypeCacheEntryfp_leftoverstypcache
 
TupleTableSlotfp_Existing
 
TupleTableSlotfp_Leftover
 

Detailed Description

Definition at line 473 of file execnodes.h.

Field Documentation

◆ fp_Existing

TupleTableSlot* ForPortionOfState::fp_Existing

Definition at line 482 of file execnodes.h.

Referenced by ExecForPortionOfLeftovers().

◆ fp_Leftover

TupleTableSlot* ForPortionOfState::fp_Leftover

Definition at line 483 of file execnodes.h.

◆ fp_leftoverstypcache

TypeCacheEntry* ForPortionOfState::fp_leftoverstypcache

Definition at line 481 of file execnodes.h.

◆ fp_rangeAttno

int ForPortionOfState::fp_rangeAttno

Definition at line 479 of file execnodes.h.

◆ fp_rangeName

char* ForPortionOfState::fp_rangeName

Definition at line 477 of file execnodes.h.

◆ fp_rangeType

Oid ForPortionOfState::fp_rangeType

Definition at line 478 of file execnodes.h.

◆ fp_targetRange

Datum ForPortionOfState::fp_targetRange

Definition at line 480 of file execnodes.h.

◆ type

NodeTag ForPortionOfState::type

Definition at line 475 of file execnodes.h.


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