PostgreSQL Source Code
git master
|
#include <pathnodes.h>
Data Fields | |
char | strategy |
int16 | partnatts |
Oid * | partopfamily |
Oid * | partopcintype |
Oid * | partcollation |
int16 * | parttyplen |
bool * | parttypbyval |
struct FmgrInfo * | partsupfunc |
Definition at line 588 of file pathnodes.h.
Oid* PartitionSchemeData::partcollation |
Definition at line 594 of file pathnodes.h.
Referenced by build_partition_pathkeys(), compute_partition_bounds(), find_partition_scheme(), and match_clause_to_partition_key().
int16 PartitionSchemeData::partnatts |
Definition at line 591 of file pathnodes.h.
Referenced by build_partition_pathkeys(), compute_partition_bounds(), find_partition_scheme(), gen_partprune_steps_internal(), gen_prune_steps_from_opexps(), have_partkey_equi_join(), and set_joinrel_partition_key_exprs().
Oid* PartitionSchemeData::partopcintype |
Definition at line 593 of file pathnodes.h.
Referenced by build_partition_pathkeys(), find_partition_scheme(), have_partkey_equi_join(), and match_clause_to_partition_key().
Oid* PartitionSchemeData::partopfamily |
Definition at line 592 of file pathnodes.h.
Referenced by build_partition_pathkeys(), find_partition_scheme(), gen_prune_steps_from_opexps(), have_partkey_equi_join(), match_clause_to_partition_key(), and partkey_is_bool_constant_for_query().
struct FmgrInfo* PartitionSchemeData::partsupfunc |
Definition at line 601 of file pathnodes.h.
Referenced by compute_partition_bounds(), find_partition_scheme(), and match_clause_to_partition_key().
bool* PartitionSchemeData::parttypbyval |
Definition at line 598 of file pathnodes.h.
Referenced by compute_partition_bounds(), and find_partition_scheme().
int16* PartitionSchemeData::parttyplen |
Definition at line 597 of file pathnodes.h.
Referenced by compute_partition_bounds(), and find_partition_scheme().
char PartitionSchemeData::strategy |
Definition at line 590 of file pathnodes.h.
Referenced by find_partition_scheme(), gen_partprune_steps_internal(), gen_prune_steps_from_opexps(), have_partkey_equi_join(), and match_clause_to_partition_key().