PostgreSQL Source Code  git master
TrgmColorInfo Struct Reference

Data Fields

bool expandable
 
bool containsNonWord
 
int wordCharsCount
 
trgm_mb_charwordChars
 

Detailed Description

Definition at line 259 of file trgm_regexp.c.

Field Documentation

◆ containsNonWord

bool TrgmColorInfo::containsNonWord

Definition at line 262 of file trgm_regexp.c.

Referenced by addArcs(), addKey(), and getColorInfo().

◆ expandable

bool TrgmColorInfo::expandable

Definition at line 261 of file trgm_regexp.c.

Referenced by addArcs(), addKey(), and getColorInfo().

◆ wordChars

trgm_mb_char* TrgmColorInfo::wordChars

Definition at line 264 of file trgm_regexp.c.

Referenced by expandColorTrigrams(), and getColorInfo().

◆ wordCharsCount

int TrgmColorInfo::wordCharsCount

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