|
PostgreSQL Source Code git master
|
#include <supportnodes.h>
Data Fields | |
| NodeTag | type |
| PlannerInfo * | root |
| Oid | funcid |
| List * | args |
| Oid | inputcollid |
| bool | is_join |
| int | varRelid |
| JoinType | jointype |
| SpecialJoinInfo * | sjinfo |
| Selectivity | selectivity |
Definition at line 146 of file supportnodes.h.
| List* SupportRequestSelectivity::args |
Definition at line 153 of file supportnodes.h.
Referenced by function_selectivity(), like_regex_support(), and test_support_func().
| Oid SupportRequestSelectivity::funcid |
Definition at line 152 of file supportnodes.h.
Referenced by function_selectivity(), and like_regex_support().
| Oid SupportRequestSelectivity::inputcollid |
Definition at line 154 of file supportnodes.h.
Referenced by function_selectivity(), like_regex_support(), and test_support_func().
| bool SupportRequestSelectivity::is_join |
Definition at line 155 of file supportnodes.h.
Referenced by function_selectivity(), like_regex_support(), and test_support_func().
| JoinType SupportRequestSelectivity::jointype |
Definition at line 157 of file supportnodes.h.
Referenced by function_selectivity(), and test_support_func().
| PlannerInfo* SupportRequestSelectivity::root |
Definition at line 151 of file supportnodes.h.
Referenced by function_selectivity(), like_regex_support(), and test_support_func().
| Selectivity SupportRequestSelectivity::selectivity |
Definition at line 161 of file supportnodes.h.
Referenced by function_selectivity(), like_regex_support(), and test_support_func().
| SpecialJoinInfo* SupportRequestSelectivity::sjinfo |
Definition at line 158 of file supportnodes.h.
Referenced by function_selectivity(), and test_support_func().
| NodeTag SupportRequestSelectivity::type |
Definition at line 148 of file supportnodes.h.
Referenced by function_selectivity().
| int SupportRequestSelectivity::varRelid |
Definition at line 156 of file supportnodes.h.
Referenced by function_selectivity(), like_regex_support(), and test_support_func().