PostgreSQL Source Code
git master
|
Data Fields | |
pivot_field | field |
int | height |
struct _avl_node * | children [2] |
Definition at line 50 of file crosstabview.c.
struct _avl_node* _avl_node::children[2] |
Definition at line 66 of file crosstabview.c.
Referenced by avlAdjustBalance(), avlBalance(), avlCollectFields(), avlFree(), avlInsertNode(), avlRotate(), and avlUpdateHeight().
pivot_field _avl_node::field |
Definition at line 53 of file crosstabview.c.
Referenced by avlCollectFields(), and avlInsertNode().
int _avl_node::height |
Definition at line 59 of file crosstabview.c.
Referenced by avlBalance(), avlInsertNode(), and avlUpdateHeight().