![]() |
PGROUTING
2.4
|
#include "./../../common/src/postgres_connection.h"
#include "./../../common/src/debug_macro.h"
#include "./../../common/src/time_msg.h"
#include "./../../common/src/pgr_types.h"
#include "./../../common/src/edges_input.h"
#include "./floydWarshall_driver.h"
Go to the source code of this file.
Functions | |
PGDLLEXPORT Datum | floydWarshall (PG_FUNCTION_ARGS) |
PG_FUNCTION_INFO_V1 (floydWarshall) | |
static void | process (char *edges_sql, bool directed, Matrix_cell_t **result_tuples, size_t *result_count) |
PGDLLEXPORT Datum floydWarshall | ( | PG_FUNCTION_ARGS | ) |
Definition at line 98 of file floydWarshall.c.
References matrix_cell::cost, matrix_cell::from_vid, PGR_DBG, process(), and matrix_cell::to_vid.
PG_FUNCTION_INFO_V1 | ( | floydWarshall | ) |
|
static |
Definition at line 45 of file floydWarshall.c.
References do_pgr_floydWarshall(), edges, err_msg, PGR_DBG, pgr_get_edges_no_id(), pgr_SPI_connect(), pgr_SPI_finish(), and time_msg().
Referenced by floydWarshall().