Function report |
Source Code:lib\objagg.c |
Create Date:2022-07-28 07:23:45 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:objagg_tmp_graph_node_weight
Proto:static unsigned int objagg_tmp_graph_node_weight(struct objagg_tmp_graph *graph, unsigned int index)
Type:unsigned int
Parameter:
Type | Parameter | Name |
---|---|---|
struct objagg_tmp_graph * | graph | |
unsigned int | index |
738 | weight = user_count |
745 | When j < nodes_count cycle |
746 | If Not objagg_tmp_graph_is_edge(graph, index, j) Then Continue |
749 | If crossed_out Then Continue |
751 | weight += user_count |
753 | Return weight |
Name | Describe |
---|---|
objagg_tmp_graph_node_max_weight |
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 |