PostgreSQL Source Code git master
|
#include <pathnodes.h>
Public Member Functions | |
pg_node_attr (no_read, no_query_jumble) NodeTag type | |
Definition at line 2919 of file pathnodes.h.
SpecialJoinInfo::pg_node_attr | ( | no_read | , |
no_query_jumble | |||
) |
Relids SpecialJoinInfo::commute_above_l |
Definition at line 2930 of file pathnodes.h.
Referenced by add_outer_joins_to_relids(), init_dummy_sjinfo(), make_outerjoininfo(), and remove_rel_from_query().
Relids SpecialJoinInfo::commute_above_r |
Definition at line 2931 of file pathnodes.h.
Referenced by build_joinrel_tlist(), deconstruct_distribute_oj_quals(), init_dummy_sjinfo(), make_outerjoininfo(), and remove_rel_from_query().
Relids SpecialJoinInfo::commute_below_l |
Definition at line 2932 of file pathnodes.h.
Referenced by add_outer_joins_to_relids(), deconstruct_distribute(), deconstruct_distribute_oj_quals(), init_dummy_sjinfo(), make_outerjoininfo(), and remove_rel_from_query().
Relids SpecialJoinInfo::commute_below_r |
Definition at line 2933 of file pathnodes.h.
Referenced by deconstruct_distribute(), init_dummy_sjinfo(), make_outerjoininfo(), and remove_rel_from_query().
JoinType SpecialJoinInfo::jointype |
Definition at line 2928 of file pathnodes.h.
Referenced by add_outer_joins_to_relids(), add_paths_to_joinrel(), adjust_rowcount_for_semijoins(), build_child_join_sjinfo(), build_join_rel(), build_joinrel_partition_info(), build_joinrel_tlist(), calc_joinrel_size_estimate(), check_redundant_nullability_qual(), compute_partition_bounds(), compute_semijoin_info(), create_unique_path(), distribute_qual_to_rels(), eqjoinsel(), free_child_join_sjinfo(), get_foreign_key_join_selectivity(), get_join_domain_min_rels(), has_join_restriction(), have_join_order_restriction(), init_dummy_sjinfo(), join_is_legal(), join_is_removable(), make_outerjoininfo(), networkjoinsel(), populate_joinrel_with_paths(), reduce_unique_semijoins(), set_base_rel_consider_startup(), and try_partitionwise_join().
bool SpecialJoinInfo::lhs_strict |
Definition at line 2934 of file pathnodes.h.
Referenced by deconstruct_distribute(), deconstruct_distribute_oj_quals(), init_dummy_sjinfo(), join_is_legal(), and make_outerjoininfo().
Relids SpecialJoinInfo::min_lefthand |
Definition at line 2924 of file pathnodes.h.
Referenced by add_outer_joins_to_relids(), add_paths_to_joinrel(), build_child_join_sjinfo(), deconstruct_distribute(), deconstruct_distribute_oj_quals(), free_child_join_sjinfo(), has_join_restriction(), have_join_order_restriction(), init_dummy_sjinfo(), join_is_legal(), join_is_removable(), make_outerjoininfo(), populate_joinrel_with_paths(), reduce_unique_semijoins(), and remove_rel_from_query().
Relids SpecialJoinInfo::min_righthand |
Definition at line 2925 of file pathnodes.h.
Referenced by add_outer_joins_to_relids(), add_paths_to_joinrel(), build_child_join_sjinfo(), deconstruct_distribute(), deconstruct_distribute_oj_quals(), eqjoinsel(), free_child_join_sjinfo(), has_join_restriction(), have_join_order_restriction(), init_dummy_sjinfo(), join_is_legal(), join_is_removable(), make_outerjoininfo(), populate_joinrel_with_paths(), reduce_unique_semijoins(), remove_rel_from_query(), and remove_useless_joins().
Index SpecialJoinInfo::ojrelid |
Definition at line 2929 of file pathnodes.h.
Referenced by add_outer_joins_to_relids(), build_child_join_sjinfo(), build_joinrel_tlist(), check_redundant_nullability_qual(), deconstruct_distribute_oj_quals(), generate_join_implied_equalities(), get_join_domain_min_rels(), init_dummy_sjinfo(), join_is_removable(), make_outerjoininfo(), reconsider_full_join_clause(), reduce_unique_semijoins(), remove_rel_from_query(), try_hashjoin_path(), try_mergejoin_path(), and try_nestloop_path().
bool SpecialJoinInfo::semi_can_btree |
Definition at line 2936 of file pathnodes.h.
Referenced by compute_semijoin_info(), create_unique_path(), and init_dummy_sjinfo().
bool SpecialJoinInfo::semi_can_hash |
Definition at line 2937 of file pathnodes.h.
Referenced by compute_semijoin_info(), create_unique_path(), and init_dummy_sjinfo().
List* SpecialJoinInfo::semi_operators |
Definition at line 2938 of file pathnodes.h.
Referenced by compute_semijoin_info(), create_unique_path(), and init_dummy_sjinfo().
List* SpecialJoinInfo::semi_rhs_exprs |
Definition at line 2939 of file pathnodes.h.
Referenced by adjust_rowcount_for_semijoins(), build_child_join_sjinfo(), compute_semijoin_info(), create_unique_path(), and init_dummy_sjinfo().
Relids SpecialJoinInfo::syn_lefthand |
Definition at line 2926 of file pathnodes.h.
Referenced by adjust_rowcount_for_semijoins(), build_child_join_sjinfo(), build_joinrel_tlist(), deconstruct_distribute_oj_quals(), free_child_join_sjinfo(), get_join_variables(), init_dummy_sjinfo(), make_outerjoininfo(), reconsider_full_join_clause(), and remove_rel_from_query().
Relids SpecialJoinInfo::syn_righthand |
Definition at line 2927 of file pathnodes.h.
Referenced by adjust_rowcount_for_semijoins(), build_child_join_sjinfo(), build_joinrel_tlist(), compute_semijoin_info(), create_unique_path(), deconstruct_distribute_oj_quals(), free_child_join_sjinfo(), get_join_domain_min_rels(), get_join_variables(), init_dummy_sjinfo(), join_is_legal(), make_outerjoininfo(), populate_joinrel_with_paths(), reconsider_full_join_clause(), reconsider_outer_join_clause(), remove_rel_from_query(), and set_base_rel_consider_startup().