PostgreSQL Source Code
git master
|
Data Fields | |
int32 | type |
int32 | val |
struct NODE * | next |
int16 | distance |
int16 | length |
uint16 | flag |
struct NODE * | left |
struct NODE * | right |
QueryItem * | valnode |
Definition at line 26 of file _int_bool.c.
int16 NODE::distance |
Definition at line 29 of file ltxtquery_io.c.
Referenced by join_tsqueries(), pushquery(), queryin(), and tsquery_phrase_distance().
uint16 NODE::flag |
Definition at line 31 of file ltxtquery_io.c.
Referenced by makepol(), pushquery(), and queryin().
struct NODE* NODE::left |
Definition at line 23 of file tsquery_cleanup.c.
Referenced by _ltree_picksplit(), bqarr_in(), calcstrlen(), clean_NOT_intree(), clean_stopword_intree(), freetree(), g_int_picksplit(), g_intbig_picksplit(), gtsquery_picksplit(), maketree(), and plainnode().
int16 NODE::length |
Definition at line 30 of file ltxtquery_io.c.
Referenced by pushquery(), queryin(), and string2ean().
struct NODE * NODE::next |
Definition at line 30 of file _int_bool.c.
Referenced by bqarr_in(), pushquery(), and queryin().
struct NODE* NODE::right |
Definition at line 24 of file tsquery_cleanup.c.
Referenced by _ltree_picksplit(), calcstrlen(), clean_NOT_intree(), clean_stopword_intree(), freetree(), g_int_picksplit(), g_intbig_picksplit(), gtsquery_picksplit(), maketree(), and plainnode().
int32 NODE::type |
Definition at line 28 of file _int_bool.c.
Referenced by bqarr_in(), findoprnd(), gin_bool_consistent(), makepol(), pushquery(), and queryin().
int32 NODE::val |
Definition at line 29 of file _int_bool.c.
Referenced by boolop(), bqarr_in(), checkcondition_arr(), findoprnd(), makepol(), pushquery(), and queryin().
QueryItem* NODE::valnode |
Definition at line 25 of file tsquery_cleanup.c.
Referenced by calcstrlen(), clean_NOT_intree(), clean_stopword_intree(), maketree(), plainnode(), and plaintree().