Function report |
Source Code:lib\test_objagg.c |
Create Date:2022-07-28 06:35:19 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:test_nodelta
Proto:static int test_nodelta(void)
Type:int
Parameter:Nothing
315 | err = check_stats_zero(objagg) |
316 | If err Then Go to err_stats_first_zero |
321 | err = test_nodelta_obj_get( & world, objagg, i, true) |
322 | If err Then Go to err_obj_first_get |
330 | err = test_nodelta_obj_get( & world, objagg, i, false) |
331 | If err Then Go to err_obj_second_get |
335 | err = check_stats_nodelta(objagg) |
336 | If err Then Go to err_stats_nodelta |
340 | err = test_nodelta_obj_put( & world, objagg, i, false) |
341 | If err Then Go to err_obj_first_put |
345 | err = test_nodelta_obj_put( & world, objagg, i, true) |
346 | If err Then Go to err_obj_second_put |
350 | err = check_stats_zero(objagg) |
351 | If err Then Go to err_stats_second_zero |
355 | Return 0 |
357 | err_stats_nodelta : |
358 | err_obj_first_put : |
359 | err_obj_second_get : |
364 | err_obj_first_get : |
365 | err_obj_second_put : |
368 | err_stats_first_zero : |
369 | err_stats_second_zero : |
371 | Return err |
Name | Describe |
---|---|
test_objagg_init |
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 |