PostgreSQL Source Code  git master
ScanKeywordList Struct Reference

#include <kwlookup.h>

Data Fields

const char * kw_string
 
const uint16kw_offsets
 
ScanKeywordHashFunc hash
 
int num_keywords
 
int max_kw_len
 

Detailed Description

Definition at line 25 of file kwlookup.h.

Field Documentation

◆ hash

ScanKeywordHashFunc ScanKeywordList::hash

Definition at line 29 of file kwlookup.h.

Referenced by ScanKeywordLookup().

◆ kw_offsets

const uint16* ScanKeywordList::kw_offsets

Definition at line 28 of file kwlookup.h.

Referenced by GetScanKeyword().

◆ kw_string

const char* ScanKeywordList::kw_string

Definition at line 27 of file kwlookup.h.

Referenced by GetScanKeyword().

◆ max_kw_len

int ScanKeywordList::max_kw_len

Definition at line 31 of file kwlookup.h.

Referenced by ScanKeywordLookup().

◆ num_keywords

int ScanKeywordList::num_keywords

Definition at line 30 of file kwlookup.h.

Referenced by pg_get_keywords(), and ScanKeywordLookup().


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