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 25 of file _int_bool.c.
int16 NODE::distance |
Definition at line 31 of file ltxtquery_io.c.
Referenced by pushquery().
uint16 NODE::flag |
Definition at line 33 of file ltxtquery_io.c.
Referenced by pushquery().
struct NODE* NODE::left |
Definition at line 24 of file tsquery_cleanup.c.
Referenced by calcstrlen(), clean_NOT_intree(), clean_stopword_intree(), freetree(), maketree(), and plainnode().
int16 NODE::length |
Definition at line 32 of file ltxtquery_io.c.
Referenced by pushquery().
struct NODE * NODE::next |
Definition at line 29 of file _int_bool.c.
Referenced by pushquery().
struct NODE* NODE::right |
Definition at line 25 of file tsquery_cleanup.c.
Referenced by calcstrlen(), clean_NOT_intree(), clean_stopword_intree(), freetree(), maketree(), and plainnode().
int32 NODE::type |
Definition at line 27 of file _int_bool.c.
Referenced by pushquery().
int32 NODE::val |
Definition at line 28 of file _int_bool.c.
Referenced by pushquery().
QueryItem* NODE::valnode |
Definition at line 26 of file tsquery_cleanup.c.
Referenced by calcstrlen(), clean_NOT_intree(), clean_stopword_intree(), maketree(), and plainnode().