PostgreSQL Source Code
git master
|
Data Fields | |
Relation | reldesc |
PartitionKey | key |
List * | keystate |
PartitionDesc | partdesc |
TupleTableSlot * | tupslot |
AttrMap * | tupmap |
int | indexes [FLEXIBLE_ARRAY_MEMBER] |
Definition at line 143 of file execPartition.c.
int PartitionDispatchData::indexes[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 151 of file execPartition.c.
Referenced by ExecFindPartition(), ExecInitPartitionDispatchInfo(), and ExecInitRoutingInfo().
PartitionKey PartitionDispatchData::key |
Definition at line 146 of file execPartition.c.
Referenced by ExecInitPartitionDispatchInfo(), FormPartitionKeyDatum(), and get_partition_for_tuple().
List* PartitionDispatchData::keystate |
Definition at line 147 of file execPartition.c.
Referenced by ExecInitPartitionDispatchInfo(), and FormPartitionKeyDatum().
PartitionDesc PartitionDispatchData::partdesc |
Definition at line 148 of file execPartition.c.
Referenced by ExecFindPartition(), ExecInitPartitionDispatchInfo(), ExecInitPartitionInfo(), and get_partition_for_tuple().
Relation PartitionDispatchData::reldesc |
Definition at line 145 of file execPartition.c.
Referenced by ExecCleanupTupleRouting(), ExecFindPartition(), and ExecInitPartitionDispatchInfo().
AttrMap* PartitionDispatchData::tupmap |
Definition at line 150 of file execPartition.c.
Referenced by ExecFindPartition(), and ExecInitPartitionDispatchInfo().
TupleTableSlot* PartitionDispatchData::tupslot |
Definition at line 149 of file execPartition.c.
Referenced by ExecCleanupTupleRouting(), ExecFindPartition(), and ExecInitPartitionDispatchInfo().