Function report |
Source Code:lib\btree.c |
Create Date:2022-07-28 06:53:46 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:merge
Proto:static void merge(struct btree_head *head, struct btree_geo *geo, int level, unsigned long *left, int lfill, unsigned long *right, int rfill, unsigned long *parent, int lpos)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct btree_head * | head | |
struct btree_geo * | geo | |
int | level | |
unsigned long * | left | |
int | lfill | |
unsigned long * | right | |
int | rfill | |
unsigned long * | parent | |
int | lpos |
Name | Describe |
---|---|
rebalance |
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 |