|
PostgreSQL Source Code git master
|
Data Fields | |
| int | colorTrigramsCount |
| int * | colorTrigramGroups |
| int | statesCount |
| TrgmPackedState * | states |
| bool * | colorTrigramsActive |
| bool * | statesActive |
| int * | statesQueue |
Definition at line 442 of file trgm_regexp.c.
| int* TrgmPackedGraph::colorTrigramGroups |
Definition at line 454 of file trgm_regexp.c.
Referenced by packGraph(), and trigramsMatchGraph().
| bool* TrgmPackedGraph::colorTrigramsActive |
Definition at line 464 of file trgm_regexp.c.
Referenced by packGraph(), and trigramsMatchGraph().
| int TrgmPackedGraph::colorTrigramsCount |
Definition at line 453 of file trgm_regexp.c.
Referenced by packGraph(), and trigramsMatchGraph().
| TrgmPackedState* TrgmPackedGraph::states |
Definition at line 461 of file trgm_regexp.c.
Referenced by packGraph(), and trigramsMatchGraph().
| bool* TrgmPackedGraph::statesActive |
Definition at line 465 of file trgm_regexp.c.
Referenced by packGraph(), and trigramsMatchGraph().
| int TrgmPackedGraph::statesCount |
Definition at line 460 of file trgm_regexp.c.
Referenced by packGraph(), and trigramsMatchGraph().
| int* TrgmPackedGraph::statesQueue |
Definition at line 466 of file trgm_regexp.c.
Referenced by packGraph(), and trigramsMatchGraph().