|
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 628 of file pathnodes.h.
| Oid* PartitionSchemeData::partcollation |
Definition at line 634 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 631 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 633 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 632 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 641 of file pathnodes.h.
Referenced by compute_partition_bounds(), find_partition_scheme(), and match_clause_to_partition_key().
| bool* PartitionSchemeData::parttypbyval |
Definition at line 638 of file pathnodes.h.
Referenced by compute_partition_bounds(), and find_partition_scheme().
| int16* PartitionSchemeData::parttyplen |
Definition at line 637 of file pathnodes.h.
Referenced by compute_partition_bounds(), and find_partition_scheme().
| char PartitionSchemeData::strategy |
Definition at line 630 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().