PostgreSQL Source Code
git master
|
#include <ts_type.h>
Data Fields | |
QueryItemType | type |
int8 | oper |
int16 | distance |
uint32 | left |
int16 QueryOperator::distance |
Definition at line 196 of file ts_type.h.
Referenced by clean_stopword_intree(), pushOperator(), QTNodeCompare(), TS_phrase_execute(), tsqueryrecv(), and tsquerysend().
uint32 QueryOperator::left |
Definition at line 197 of file ts_type.h.
Referenced by fillQT(), findoprnd_recurse(), maketree(), QT2QTN(), TS_execute_locations_recurse(), TS_execute_recurse(), TS_phrase_execute(), tsquery_opr_selec(), and tsquery_requires_match().
int8 QueryOperator::oper |
Definition at line 195 of file ts_type.h.
Referenced by calc_rank(), calcstrlen(), clean_NOT_intree(), clean_stopword_intree(), findeq(), findoprnd_recurse(), maketree(), plainnode(), pushOperator(), QT2QTN(), QTNBinary(), QTNodeCompare(), QTNSort(), QTNTernary(), TS_execute_locations_recurse(), TS_execute_recurse(), TS_phrase_execute(), tsquery_opr_selec(), tsquery_requires_match(), tsqueryrecv(), and tsquerysend().
QueryItemType QueryOperator::type |
Definition at line 194 of file ts_type.h.
Referenced by pushOperator().