PostgreSQL Source Code git master
MCVHashContext Struct Reference

Data Fields

FunctionCallInfo equal_fcinfo
 
FunctionCallInfo hash_fcinfo
 
bool op_is_reversed
 
bool insert_mode
 
bool hash_typbyval
 
int16 hash_typlen
 

Detailed Description

Definition at line 169 of file selfuncs.c.

Field Documentation

◆ equal_fcinfo

FunctionCallInfo MCVHashContext::equal_fcinfo

Definition at line 171 of file selfuncs.c.

Referenced by eqjoinsel_find_matches(), and mcvs_equal().

◆ hash_fcinfo

FunctionCallInfo MCVHashContext::hash_fcinfo

Definition at line 172 of file selfuncs.c.

Referenced by eqjoinsel_find_matches(), and hash_mcv().

◆ hash_typbyval

bool MCVHashContext::hash_typbyval

Definition at line 175 of file selfuncs.c.

Referenced by eqjoinsel_find_matches(), and mcvs_equal().

◆ hash_typlen

int16 MCVHashContext::hash_typlen

Definition at line 176 of file selfuncs.c.

Referenced by eqjoinsel_find_matches(), and mcvs_equal().

◆ insert_mode

bool MCVHashContext::insert_mode

Definition at line 174 of file selfuncs.c.

Referenced by eqjoinsel_find_matches(), and mcvs_equal().

◆ op_is_reversed

bool MCVHashContext::op_is_reversed

Definition at line 173 of file selfuncs.c.

Referenced by eqjoinsel_find_matches(), and mcvs_equal().


The documentation for this struct was generated from the following file: