PostgreSQL Source Code
git master
|
Data Fields | |
int | colorTrigramsCount |
int * | colorTrigramGroups |
int | statesCount |
TrgmPackedState * | states |
bool * | colorTrigramsActive |
bool * | statesActive |
int * | statesQueue |
Definition at line 440 of file trgm_regexp.c.
int* TrgmPackedGraph::colorTrigramGroups |
Definition at line 452 of file trgm_regexp.c.
Referenced by packGraph(), and trigramsMatchGraph().
bool* TrgmPackedGraph::colorTrigramsActive |
Definition at line 462 of file trgm_regexp.c.
Referenced by packGraph(), and trigramsMatchGraph().
int TrgmPackedGraph::colorTrigramsCount |
Definition at line 451 of file trgm_regexp.c.
Referenced by packGraph(), and trigramsMatchGraph().
TrgmPackedState* TrgmPackedGraph::states |
Definition at line 459 of file trgm_regexp.c.
Referenced by packGraph(), and trigramsMatchGraph().
bool* TrgmPackedGraph::statesActive |
Definition at line 463 of file trgm_regexp.c.
Referenced by packGraph(), and trigramsMatchGraph().
int TrgmPackedGraph::statesCount |
Definition at line 458 of file trgm_regexp.c.
Referenced by packGraph(), and trigramsMatchGraph().
int* TrgmPackedGraph::statesQueue |
Definition at line 464 of file trgm_regexp.c.
Referenced by packGraph(), and trigramsMatchGraph().