PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
PartitionDispatchData Struct Reference

Data Fields

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

Detailed Description

Definition at line 144 of file execPartition.c.

Field Documentation

◆ indexes

int PartitionDispatchData::indexes[FLEXIBLE_ARRAY_MEMBER]

◆ key

PartitionKey PartitionDispatchData::key

◆ keystate

List* PartitionDispatchData::keystate

Definition at line 148 of file execPartition.c.

Referenced by ExecInitPartitionDispatchInfo(), and FormPartitionKeyDatum().

◆ partdesc

PartitionDesc PartitionDispatchData::partdesc

◆ reldesc

Relation PartitionDispatchData::reldesc

◆ tupmap

AttrMap* PartitionDispatchData::tupmap

Definition at line 151 of file execPartition.c.

Referenced by ExecFindPartition(), and ExecInitPartitionDispatchInfo().

◆ tupslot

TupleTableSlot* PartitionDispatchData::tupslot

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