PostgreSQL Source Code git master
|
Data Fields | |
ColorTrgm | ctrgm |
int | cnumber |
int | count |
float4 | penalty |
bool | expanded |
List * | arcs |
Definition at line 375 of file trgm_regexp.c.
List* ColorTrgmInfo::arcs |
Definition at line 382 of file trgm_regexp.c.
Referenced by selectColorTrigrams().
int ColorTrgmInfo::cnumber |
Definition at line 378 of file trgm_regexp.c.
Referenced by packGraph(), and selectColorTrigrams().
int ColorTrgmInfo::count |
Definition at line 379 of file trgm_regexp.c.
Referenced by packGraph(), and selectColorTrigrams().
ColorTrgm ColorTrgmInfo::ctrgm |
Definition at line 377 of file trgm_regexp.c.
Referenced by colorTrgmInfoCmp(), expandColorTrigrams(), and selectColorTrigrams().
bool ColorTrgmInfo::expanded |
Definition at line 381 of file trgm_regexp.c.
Referenced by expandColorTrigrams(), packGraph(), and selectColorTrigrams().
float4 ColorTrgmInfo::penalty |
Definition at line 380 of file trgm_regexp.c.
Referenced by selectColorTrigrams().