PostgreSQL Source Code
git master
|
#include <supportnodes.h>
Data Fields | |
NodeTag | type |
struct PlannerInfo * | root |
Oid | funcid |
List * | args |
Oid | inputcollid |
bool | is_join |
int | varRelid |
JoinType | jointype |
struct SpecialJoinInfo * | sjinfo |
Selectivity | selectivity |
Definition at line 91 of file supportnodes.h.
List* SupportRequestSelectivity::args |
Definition at line 98 of file supportnodes.h.
Referenced by function_selectivity(), like_regex_support(), and test_support_func().
Oid SupportRequestSelectivity::funcid |
Definition at line 97 of file supportnodes.h.
Referenced by function_selectivity(), and like_regex_support().
Oid SupportRequestSelectivity::inputcollid |
Definition at line 99 of file supportnodes.h.
Referenced by function_selectivity(), like_regex_support(), and test_support_func().
bool SupportRequestSelectivity::is_join |
Definition at line 100 of file supportnodes.h.
Referenced by function_selectivity(), like_regex_support(), and test_support_func().
JoinType SupportRequestSelectivity::jointype |
Definition at line 102 of file supportnodes.h.
Referenced by function_selectivity(), and test_support_func().
struct PlannerInfo* SupportRequestSelectivity::root |
Definition at line 96 of file supportnodes.h.
Referenced by function_selectivity(), like_regex_support(), and test_support_func().
Selectivity SupportRequestSelectivity::selectivity |
Definition at line 106 of file supportnodes.h.
Referenced by function_selectivity(), like_regex_support(), and test_support_func().
struct SpecialJoinInfo* SupportRequestSelectivity::sjinfo |
Definition at line 103 of file supportnodes.h.
Referenced by function_selectivity(), and test_support_func().
NodeTag SupportRequestSelectivity::type |
Definition at line 93 of file supportnodes.h.
Referenced by function_selectivity().
int SupportRequestSelectivity::varRelid |
Definition at line 101 of file supportnodes.h.
Referenced by function_selectivity(), like_regex_support(), and test_support_func().