PostgreSQL Source Code  git master
ExecPhraseData Struct Reference

#include <ts_utils.h>

Data Fields

int npos
 
bool allocated
 
bool negate
 
WordEntryPospos
 
int width
 

Detailed Description

Definition at line 161 of file ts_utils.h.

Field Documentation

◆ allocated

bool ExecPhraseData::allocated

Definition at line 164 of file ts_utils.h.

◆ negate

bool ExecPhraseData::negate

Definition at line 165 of file ts_utils.h.

Referenced by TS_phrase_execute().

◆ npos

int ExecPhraseData::npos

Definition at line 163 of file ts_utils.h.

Referenced by hlCover(), TS_execute_locations_recurse(), and TS_phrase_execute().

◆ pos

WordEntryPos* ExecPhraseData::pos

Definition at line 166 of file ts_utils.h.

Referenced by hlCover(), and TS_phrase_output().

◆ width

int ExecPhraseData::width

Definition at line 167 of file ts_utils.h.

Referenced by hlCover(), TS_execute_locations_recurse(), and TS_phrase_execute().


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