PostgreSQL Source Code  git master
TrgmPackedGraph Struct Reference

Data Fields

int colorTrigramsCount
 
int * colorTrigramGroups
 
int statesCount
 
TrgmPackedStatestates
 
boolcolorTrigramsActive
 
boolstatesActive
 
int * statesQueue
 

Detailed Description

Definition at line 440 of file trgm_regexp.c.

Field Documentation

◆ colorTrigramGroups

int* TrgmPackedGraph::colorTrigramGroups

Definition at line 452 of file trgm_regexp.c.

Referenced by packGraph(), and trigramsMatchGraph().

◆ colorTrigramsActive

bool* TrgmPackedGraph::colorTrigramsActive

Definition at line 462 of file trgm_regexp.c.

Referenced by packGraph(), and trigramsMatchGraph().

◆ colorTrigramsCount

int TrgmPackedGraph::colorTrigramsCount

Definition at line 451 of file trgm_regexp.c.

Referenced by packGraph(), and trigramsMatchGraph().

◆ states

TrgmPackedState* TrgmPackedGraph::states

Definition at line 459 of file trgm_regexp.c.

Referenced by packGraph(), and trigramsMatchGraph().

◆ statesActive

bool* TrgmPackedGraph::statesActive

Definition at line 463 of file trgm_regexp.c.

Referenced by packGraph(), and trigramsMatchGraph().

◆ statesCount

int TrgmPackedGraph::statesCount

Definition at line 458 of file trgm_regexp.c.

Referenced by packGraph(), and trigramsMatchGraph().

◆ statesQueue

int* TrgmPackedGraph::statesQueue

Definition at line 464 of file trgm_regexp.c.

Referenced by packGraph(), and trigramsMatchGraph().


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