PostgreSQL Source Code  git master
QueryOperand Struct Reference

#include <ts_type.h>

Data Fields

QueryItemType type
 
uint8 weight
 
bool prefix
 
int32 valcrc
 
uint32 length:12
 
uint32 distance:20
 

Detailed Description

Definition at line 156 of file ts_type.h.

Field Documentation

◆ distance

◆ length

◆ prefix

bool QueryOperand::prefix

◆ type

QueryItemType QueryOperand::type

Definition at line 158 of file ts_type.h.

Referenced by cleanup_tsquery_stopwords(), pushStop(), and pushValue_internal().

◆ valcrc

int32 QueryOperand::valcrc

◆ weight

uint8 QueryOperand::weight

Definition at line 159 of file ts_type.h.

Referenced by get_docrep(), infix(), pushValue_internal(), tsqueryrecv(), and tsquerysend().


The documentation for this struct was generated from the following file: