PostgreSQL Source Code
git master
|
#include <pathnodes.h>
Public Member Functions | |
pg_node_attr (no_read, no_query_jumble) NodeTag type | |
EquivalenceClass *pk_eclass | pg_node_attr (copy_as_scalar, equal_as_scalar) |
Data Fields | |
Oid | pk_opfamily |
int | pk_strategy |
bool | pk_nulls_first |
Definition at line 1470 of file pathnodes.h.
EquivalenceClass* pk_eclass PathKey::pg_node_attr | ( | copy_as_scalar | , |
equal_as_scalar | |||
) |
PathKey::pg_node_attr | ( | no_read | , |
no_query_jumble | |||
) |
bool PathKey::pk_nulls_first |
Definition at line 1480 of file pathnodes.h.
Referenced by appendOrderByClause(), cached_scansel(), convert_subquery_pathkeys(), create_mergejoin_plan(), initial_cost_mergejoin(), make_canonical_pathkey(), make_inner_pathkeys_for_merge(), match_pathkeys_to_index(), and prepare_sort_from_pathkeys().
Oid PathKey::pk_opfamily |
Definition at line 1478 of file pathnodes.h.
Referenced by add_foreign_ordered_paths(), appendOrderByClause(), cached_scansel(), convert_subquery_pathkeys(), create_indexscan_plan(), create_mergejoin_plan(), initial_cost_mergejoin(), is_foreign_pathkey(), make_canonical_pathkey(), make_inner_pathkeys_for_merge(), make_unique_from_pathkeys(), match_pathkeys_to_index(), prepare_sort_from_pathkeys(), and right_merge_direction().
int PathKey::pk_strategy |
Definition at line 1479 of file pathnodes.h.
Referenced by appendOrderByClause(), cached_scansel(), convert_subquery_pathkeys(), create_indexscan_plan(), create_mergejoin_plan(), initial_cost_mergejoin(), make_canonical_pathkey(), make_inner_pathkeys_for_merge(), match_pathkeys_to_index(), prepare_sort_from_pathkeys(), and right_merge_direction().