PostgreSQL Source Code git master
|
Data Fields | |
bool | expandable |
bool | containsNonWord |
int | wordCharsCount |
trgm_mb_char * | wordChars |
Definition at line 261 of file trgm_regexp.c.
bool TrgmColorInfo::containsNonWord |
Definition at line 264 of file trgm_regexp.c.
Referenced by addArcs(), addKey(), and getColorInfo().
bool TrgmColorInfo::expandable |
Definition at line 263 of file trgm_regexp.c.
Referenced by addArcs(), addKey(), and getColorInfo().
trgm_mb_char* TrgmColorInfo::wordChars |
Definition at line 266 of file trgm_regexp.c.
Referenced by expandColorTrigrams(), and getColorInfo().
int TrgmColorInfo::wordCharsCount |
Definition at line 265 of file trgm_regexp.c.
Referenced by addArcs(), addKey(), expandColorTrigrams(), getColorInfo(), and selectColorTrigrams().