|
PostgreSQL Source Code git master
|
#include <ts_type.h>
Data Fields | |
| QueryItemType | type |
| uint8 | weight |
| bool | prefix |
| int32 | valcrc |
| uint32 | length:12 |
| uint32 | distance:20 |
| uint32 QueryOperand::distance |
Definition at line 172 of file ts_type.h.
Referenced by cleanup_tsquery_stopwords(), collectTSQueryValues(), compareQueryOperand(), hlfinditem(), infix(), pushValue_internal(), QT2QTN(), tsqueryrecv(), and tsquerysend().
| uint32 QueryOperand::length |
Definition at line 171 of file ts_type.h.
Referenced by calcstrlen(), cleanup_tsquery_stopwords(), cntsize(), collectTSQueryValues(), compareQueryOperand(), fillQT(), hlfinditem(), infix(), pushValue_internal(), QTNCopy(), QTNodeCompare(), and tsqueryrecv().
| bool QueryOperand::prefix |
Definition at line 163 of file ts_type.h.
Referenced by find_wordentry(), hlfinditem(), infix(), pushValue_internal(), tsqueryrecv(), and tsquerysend().
| QueryItemType QueryOperand::type |
Definition at line 158 of file ts_type.h.
Referenced by cleanup_tsquery_stopwords(), pushStop(), and pushValue_internal().
| int32 QueryOperand::valcrc |
Definition at line 164 of file ts_type.h.
Referenced by findeq(), makeTSQuerySign(), pushValue_internal(), QT2QTN(), QTNodeCompare(), and tsqueryrecv().
| uint8 QueryOperand::weight |
Definition at line 159 of file ts_type.h.
Referenced by get_docrep(), infix(), pushValue_internal(), tsqueryrecv(), and tsquerysend().