PostgreSQL Source Code
git master
|
#include <pathnodes.h>
Public Member Functions | |
pg_node_attr (no_copy_equal, no_read, no_query_jumble) NodeTag type | |
Data Fields | |
struct RestrictInfo * | rinfo |
List * | indexquals |
bool | lossy |
AttrNumber | indexcol |
List * | indexcols |
Definition at line 1760 of file pathnodes.h.
IndexClause::pg_node_attr | ( | no_copy_equal | , |
no_read | , | ||
no_query_jumble | |||
) |
AttrNumber IndexClause::indexcol |
Definition at line 1768 of file pathnodes.h.
Referenced by brincostestimate(), btcostestimate(), expand_indexqual_rowcompare(), fix_indexqual_references(), get_index_clause_from_support(), gincostestimate(), match_boolean_index_clause(), match_clause_to_indexcol(), match_opclause_to_indexcol(), and match_saopclause_to_indexcol().
List* IndexClause::indexcols |
Definition at line 1769 of file pathnodes.h.
Referenced by expand_indexqual_rowcompare(), fix_indexqual_references(), get_index_clause_from_support(), match_boolean_index_clause(), match_clause_to_indexcol(), match_opclause_to_indexcol(), and match_saopclause_to_indexcol().
List* IndexClause::indexquals |
Definition at line 1766 of file pathnodes.h.
Referenced by btcostestimate(), create_bitmap_subplan(), expand_indexqual_rowcompare(), expression_tree_mutator_impl(), expression_tree_walker_impl(), fix_indexqual_references(), get_index_clause_from_support(), get_quals_from_indexclauses(), gincostestimate(), match_boolean_index_clause(), match_clause_to_indexcol(), match_opclause_to_indexcol(), and match_saopclause_to_indexcol().
bool IndexClause::lossy |
Definition at line 1767 of file pathnodes.h.
Referenced by expand_indexqual_rowcompare(), get_index_clause_from_support(), is_redundant_with_indexclauses(), match_boolean_index_clause(), match_clause_to_indexcol(), match_opclause_to_indexcol(), and match_saopclause_to_indexcol().
struct RestrictInfo* IndexClause::rinfo |
Definition at line 1765 of file pathnodes.h.
Referenced by build_index_paths(), consider_index_join_outer_rels(), create_bitmap_subplan(), eclass_already_used(), expand_indexqual_rowcompare(), expression_tree_mutator_impl(), expression_tree_walker_impl(), find_indexpath_quals(), get_index_clause_from_support(), get_join_index_paths(), is_redundant_with_indexclauses(), match_boolean_index_clause(), match_clause_to_index(), match_clause_to_indexcol(), match_opclause_to_indexcol(), and match_saopclause_to_indexcol().