|
PostgreSQL Source Code git master
|

Go to the source code of this file.
Data Structures | |
| struct | BipartiteMatchState |
Typedefs | |
| typedef struct BipartiteMatchState | BipartiteMatchState |
Functions | |
| BipartiteMatchState * | BipartiteMatch (int u_size, int v_size, short **adjacency) |
| void | BipartiteMatchFree (BipartiteMatchState *state) |
|
extern |
Definition at line 39 of file bipartite_match.c.
References CHECK_FOR_INTERRUPTS, elog, ERROR, fb(), hk_breadth_search(), hk_depth_search(), palloc(), palloc0(), and palloc_object.
Referenced by extract_rollup_sets().
|
extern |
Definition at line 78 of file bipartite_match.c.
References pfree().
Referenced by extract_rollup_sets().