PostgreSQL Source Code  git master
_avl_node Struct Reference

Data Fields

pivot_field field
 
int height
 
struct _avl_nodechildren [2]
 

Detailed Description

Definition at line 50 of file crosstabview.c.

Field Documentation

◆ children

struct _avl_node* _avl_node::children[2]

◆ field

pivot_field _avl_node::field

Definition at line 53 of file crosstabview.c.

Referenced by avlCollectFields(), and avlInsertNode().

◆ height

int _avl_node::height

Definition at line 59 of file crosstabview.c.

Referenced by avlBalance(), avlInsertNode(), and avlUpdateHeight().


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