PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ColorTrgmInfo Struct Reference

Data Fields

ColorTrgm ctrgm
 
int cnumber
 
int count
 
float4 penalty
 
bool expanded
 
Listarcs
 

Detailed Description

Definition at line 375 of file trgm_regexp.c.

Field Documentation

◆ arcs

List* ColorTrgmInfo::arcs

Definition at line 382 of file trgm_regexp.c.

Referenced by selectColorTrigrams().

◆ cnumber

int ColorTrgmInfo::cnumber

Definition at line 378 of file trgm_regexp.c.

Referenced by packGraph(), and selectColorTrigrams().

◆ count

int ColorTrgmInfo::count

Definition at line 379 of file trgm_regexp.c.

Referenced by packGraph(), and selectColorTrigrams().

◆ ctrgm

ColorTrgm ColorTrgmInfo::ctrgm

Definition at line 377 of file trgm_regexp.c.

Referenced by colorTrgmInfoCmp(), expandColorTrigrams(), and selectColorTrigrams().

◆ expanded

bool ColorTrgmInfo::expanded

Definition at line 381 of file trgm_regexp.c.

Referenced by expandColorTrigrams(), packGraph(), and selectColorTrigrams().

◆ penalty

float4 ColorTrgmInfo::penalty

Definition at line 380 of file trgm_regexp.c.

Referenced by selectColorTrigrams().


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