Function report | 
Source Code:lib\btree.c | 
Create Date:2022-07-28 06:53:47 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:rebalance
Proto:static void rebalance(struct btree_head *head, struct btree_geo *geo, unsigned long *key, int level, unsigned long *child, int fill)
Type:void
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct btree_head * | head | |
| struct btree_geo * | geo | |
| unsigned long * | key | |
| int | level | |
| unsigned long * | child | |
| int | fill | 
| 546 | If fill == 0 Then | 
| 551 | btree_remove_level(head, geo, key, level + 1) | 
| 553 | Return | 
| 560 | If i > 0 Then | 
| Name | Describe | 
|---|---|
| btree_remove_level | 
| Source code conversion tool public plug-in interface  | X | 
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion  |