PostgreSQL Source Code  git master
dm_node Struct Reference

Data Fields

int soundex_length
 
char soundex [DM_CODE_DIGITS]
 
int is_leaf
 
int last_update
 
char code_digit
 
char prev_code_digits [2]
 
char next_code_digits [2]
 
int prev_code_index
 
int next_code_index
 
struct dm_nodechildren [10]
 
struct dm_nodenext [2]
 

Detailed Description

Definition at line 64 of file daitch_mokotoff.c.

Field Documentation

◆ children

struct dm_node* dm_node::children[10]

Definition at line 84 of file daitch_mokotoff.c.

Referenced by find_or_create_child_node().

◆ code_digit

char dm_node::code_digit

Definition at line 70 of file daitch_mokotoff.c.

Referenced by add_next_code_digit(), and find_or_create_child_node().

◆ is_leaf

int dm_node::is_leaf

Definition at line 68 of file daitch_mokotoff.c.

Referenced by initialize_node(), and set_leaf().

◆ last_update

int dm_node::last_update

Definition at line 69 of file daitch_mokotoff.c.

Referenced by initialize_node().

◆ next

struct dm_node* dm_node::next[2]

Definition at line 86 of file daitch_mokotoff.c.

Referenced by daitch_mokotoff_coding(), set_leaf(), and update_leaves().

◆ next_code_digits

char dm_node::next_code_digits[2]

Definition at line 79 of file daitch_mokotoff.c.

Referenced by add_next_code_digit(), initialize_node(), and update_node().

◆ next_code_index

int dm_node::next_code_index

◆ prev_code_digits

char dm_node::prev_code_digits[2]

Definition at line 77 of file daitch_mokotoff.c.

Referenced by initialize_node(), and update_node().

◆ prev_code_index

int dm_node::prev_code_index

◆ soundex

char dm_node::soundex[DM_CODE_DIGITS]

Definition at line 67 of file daitch_mokotoff.c.

Referenced by daitch_mokotoff_coding(), and find_or_create_child_node().

◆ soundex_length

int dm_node::soundex_length

Definition at line 66 of file daitch_mokotoff.c.

Referenced by find_or_create_child_node().


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