PostgreSQL Source Code  git master
_avl_tree Struct Reference

Data Fields

int count
 
avl_noderoot
 
avl_nodeend
 

Detailed Description

Definition at line 72 of file crosstabview.c.

Field Documentation

◆ count

int _avl_tree::count

Definition at line 74 of file crosstabview.c.

Referenced by avlInit(), avlInsertNode(), avlMergeValue(), and PrintResultInCrosstab().

◆ end

avl_node* _avl_tree::end

Definition at line 76 of file crosstabview.c.

Referenced by avlAdjustBalance(), avlCollectFields(), avlFree(), avlInit(), and avlInsertNode().

◆ root

avl_node* _avl_tree::root

Definition at line 75 of file crosstabview.c.

Referenced by avlFree(), avlInit(), avlMergeValue(), and PrintResultInCrosstab().


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