![]() |
PGROUTING
2.6
|
#include "c_common/postgres_connection.h"
#include "utils/array.h"
#include "c_common/debug_macro.h"
#include "c_common/e_report.h"
#include "c_common/time_msg.h"
#include "c_common/edges_input.h"
#include "c_common/arrays_input.h"
#include "drivers/max_flow/max_flow_driver.h"
Go to the source code of this file.
Functions | |
PGDLLEXPORT Datum | max_flow_many_to_many (PG_FUNCTION_ARGS) |
PG_FUNCTION_INFO_V1 (max_flow_many_to_many) | |
static void | process (char *edges_sql, ArrayType *starts, ArrayType *ends, int algorithm, bool only_flow, pgr_flow_t **result_tuples, size_t *result_count) |
PGDLLEXPORT Datum max_flow_many_to_many | ( | PG_FUNCTION_ARGS | ) |
Definition at line 141 of file max_flow.c.
References if(), and process().
Referenced by process().
PG_FUNCTION_INFO_V1 | ( | max_flow_many_to_many | ) |
|
static |
Definition at line 46 of file max_flow.c.
References do_pgr_max_flow(), max_flow_many_to_many(), PG_FUNCTION_INFO_V1(), PGR_DBG, pgr_get_bigIntArray(), pgr_get_flow_edges(), pgr_global_report(), pgr_SPI_connect(), pgr_SPI_finish(), and time_msg().
Referenced by max_flow_many_to_many().