PostgreSQL Source Code  git master
SPNodeData Struct Reference

#include <spell.h>

Data Fields

uint32 val:8
 
uint32 isword:1
 
uint32 compoundflag:4
 
uint32 affix:19
 
struct SPNodenode
 

Detailed Description

Definition at line 27 of file spell.h.

Field Documentation

◆ affix

uint32 SPNodeData::affix

Definition at line 34 of file spell.h.

Referenced by FindWord().

◆ compoundflag

uint32 SPNodeData::compoundflag

Definition at line 32 of file spell.h.

Referenced by FindWord(), and SplitToVariants().

◆ isword

uint32 SPNodeData::isword

Definition at line 30 of file spell.h.

Referenced by FindWord(), and SplitToVariants().

◆ node

struct SPNode* SPNodeData::node

Definition at line 35 of file spell.h.

Referenced by FindWord(), and SplitToVariants().

◆ val

uint32 SPNodeData::val

Definition at line 29 of file spell.h.

Referenced by FindWord(), and SplitToVariants().


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