PostgreSQL Source Code  git master
PartitionDispatchData Struct Reference

Data Fields

Relation reldesc
 
PartitionKey key
 
Listkeystate
 
PartitionDesc partdesc
 
TupleTableSlottupslot
 
AttrMaptupmap
 
int indexes [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 143 of file execPartition.c.

Field Documentation

◆ indexes

int PartitionDispatchData::indexes[FLEXIBLE_ARRAY_MEMBER]

◆ key

PartitionKey PartitionDispatchData::key

◆ keystate

List* PartitionDispatchData::keystate

Definition at line 147 of file execPartition.c.

Referenced by ExecInitPartitionDispatchInfo(), and FormPartitionKeyDatum().

◆ partdesc

PartitionDesc PartitionDispatchData::partdesc

◆ reldesc

Relation PartitionDispatchData::reldesc

◆ tupmap

AttrMap* PartitionDispatchData::tupmap

Definition at line 150 of file execPartition.c.

Referenced by ExecFindPartition(), and ExecInitPartitionDispatchInfo().

◆ tupslot

TupleTableSlot* PartitionDispatchData::tupslot

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