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

Data Fields

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

Detailed Description

Definition at line 145 of file execPartition.c.

Field Documentation

◆ indexes

int PartitionDispatchData::indexes[FLEXIBLE_ARRAY_MEMBER]

Definition at line 153 of file execPartition.c.

Referenced by ExecInitPartitionDispatchInfo().

◆ key

PartitionKey PartitionDispatchData::key

◆ keystate

List* PartitionDispatchData::keystate

Definition at line 149 of file execPartition.c.

Referenced by ExecInitPartitionDispatchInfo(), and FormPartitionKeyDatum().

◆ partdesc

PartitionDesc PartitionDispatchData::partdesc

Definition at line 150 of file execPartition.c.

Referenced by ExecInitPartitionDispatchInfo(), and get_partition_for_tuple().

◆ reldesc

Relation PartitionDispatchData::reldesc

Definition at line 147 of file execPartition.c.

Referenced by ExecCleanupTupleRouting(), and ExecInitPartitionDispatchInfo().

◆ tupmap

AttrMap* PartitionDispatchData::tupmap

Definition at line 152 of file execPartition.c.

Referenced by ExecInitPartitionDispatchInfo().

◆ tupslot

TupleTableSlot* PartitionDispatchData::tupslot

Definition at line 151 of file execPartition.c.

Referenced by ExecCleanupTupleRouting(), and ExecInitPartitionDispatchInfo().


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