PostgreSQL Source Code
git master
|
#include <plannodes.h>
Data Fields | |
NodeTag | type |
Index | rtindex |
Bitmapset * | present_parts |
int | nparts |
int * | subplan_map |
int * | subpart_map |
Oid * | relid_map |
List * | initial_pruning_steps |
List * | exec_pruning_steps |
Bitmapset * | execparamids |
Definition at line 1414 of file plannodes.h.
List* PartitionedRelPruneInfo::exec_pruning_steps |
Definition at line 1443 of file plannodes.h.
Referenced by CreatePartitionPruneState(), and make_partitionedrel_pruneinfo().
Bitmapset* PartitionedRelPruneInfo::execparamids |
Definition at line 1446 of file plannodes.h.
Referenced by CreatePartitionPruneState(), and make_partitionedrel_pruneinfo().
List* PartitionedRelPruneInfo::initial_pruning_steps |
Definition at line 1442 of file plannodes.h.
Referenced by CreatePartitionPruneState(), and make_partitionedrel_pruneinfo().
int PartitionedRelPruneInfo::nparts |
Definition at line 1425 of file plannodes.h.
Referenced by _copyPartitionedRelPruneInfo(), _outPartitionedRelPruneInfo(), CreatePartitionPruneState(), and make_partitionedrel_pruneinfo().
Bitmapset* PartitionedRelPruneInfo::present_parts |
Definition at line 1422 of file plannodes.h.
Referenced by CreatePartitionPruneState(), and make_partitionedrel_pruneinfo().
Oid* PartitionedRelPruneInfo::relid_map |
Definition at line 1434 of file plannodes.h.
Referenced by CreatePartitionPruneState(), and make_partitionedrel_pruneinfo().
Index PartitionedRelPruneInfo::rtindex |
Definition at line 1419 of file plannodes.h.
Referenced by CreatePartitionPruneState(), make_partitionedrel_pruneinfo(), set_append_references(), and set_mergeappend_references().
int* PartitionedRelPruneInfo::subpart_map |
Definition at line 1431 of file plannodes.h.
Referenced by CreatePartitionPruneState(), and make_partitionedrel_pruneinfo().
int* PartitionedRelPruneInfo::subplan_map |
Definition at line 1428 of file plannodes.h.
Referenced by CreatePartitionPruneState(), and make_partitionedrel_pruneinfo().
NodeTag PartitionedRelPruneInfo::type |
Definition at line 1416 of file plannodes.h.