PostgreSQL Source Code git master
Loading...
Searching...
No Matches
TrgmPackedGraph Struct Reference

Data Fields

int colorTrigramsCount
 
intcolorTrigramGroups
 
int statesCount
 
TrgmPackedStatestates
 
boolcolorTrigramsActive
 
boolstatesActive
 
intstatesQueue
 

Detailed Description

Definition at line 442 of file trgm_regexp.c.

Field Documentation

◆ colorTrigramGroups

int* TrgmPackedGraph::colorTrigramGroups

Definition at line 454 of file trgm_regexp.c.

Referenced by packGraph(), and trigramsMatchGraph().

◆ colorTrigramsActive

bool* TrgmPackedGraph::colorTrigramsActive

Definition at line 464 of file trgm_regexp.c.

Referenced by packGraph(), and trigramsMatchGraph().

◆ colorTrigramsCount

int TrgmPackedGraph::colorTrigramsCount

Definition at line 453 of file trgm_regexp.c.

Referenced by packGraph(), and trigramsMatchGraph().

◆ states

TrgmPackedState* TrgmPackedGraph::states

Definition at line 461 of file trgm_regexp.c.

Referenced by packGraph(), and trigramsMatchGraph().

◆ statesActive

bool* TrgmPackedGraph::statesActive

Definition at line 465 of file trgm_regexp.c.

Referenced by packGraph(), and trigramsMatchGraph().

◆ statesCount

int TrgmPackedGraph::statesCount

Definition at line 460 of file trgm_regexp.c.

Referenced by packGraph(), and trigramsMatchGraph().

◆ statesQueue

int* TrgmPackedGraph::statesQueue

Definition at line 466 of file trgm_regexp.c.

Referenced by packGraph(), and trigramsMatchGraph().


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