|
PostgreSQL Source Code git master
|
Data Fields | |
| FunctionCallInfo | equal_fcinfo |
| FunctionCallInfo | hash_fcinfo |
| bool | op_is_reversed |
| bool | insert_mode |
| bool | hash_typbyval |
| int16 | hash_typlen |
Definition at line 169 of file selfuncs.c.
| FunctionCallInfo MCVHashContext::equal_fcinfo |
Definition at line 171 of file selfuncs.c.
Referenced by eqjoinsel_find_matches(), and mcvs_equal().
| FunctionCallInfo MCVHashContext::hash_fcinfo |
Definition at line 172 of file selfuncs.c.
Referenced by eqjoinsel_find_matches(), and hash_mcv().
| bool MCVHashContext::hash_typbyval |
Definition at line 175 of file selfuncs.c.
Referenced by eqjoinsel_find_matches(), and mcvs_equal().
| int16 MCVHashContext::hash_typlen |
Definition at line 176 of file selfuncs.c.
Referenced by eqjoinsel_find_matches(), and mcvs_equal().
| bool MCVHashContext::insert_mode |
Definition at line 174 of file selfuncs.c.
Referenced by eqjoinsel_find_matches(), and mcvs_equal().
| bool MCVHashContext::op_is_reversed |
Definition at line 173 of file selfuncs.c.
Referenced by eqjoinsel_find_matches(), and mcvs_equal().