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) |
typedef struct BipartiteMatchState BipartiteMatchState |
BipartiteMatchState* BipartiteMatch | ( | int | u_size, |
int | v_size, | ||
short ** | adjacency | ||
) |
Definition at line 39 of file bipartite_match.c.
References CHECK_FOR_INTERRUPTS, elog, ERROR, hk_breadth_search(), hk_depth_search(), palloc(), and palloc0().
Referenced by extract_rollup_sets().
void BipartiteMatchFree | ( | BipartiteMatchState * | state | ) |
Definition at line 78 of file bipartite_match.c.
References pfree().
Referenced by extract_rollup_sets().