PGROUTING
3.2
|
#include <stdbool.h>
#include "c_common/postgres_connection.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 "drivers/allpairs/johnson_driver.h"
Go to the source code of this file.
Functions | |
PGDLLEXPORT Datum | _pgr_johnson (PG_FUNCTION_ARGS) |
PG_FUNCTION_INFO_V1 (_pgr_johnson) | |
static void | process (char *edges_sql, bool directed, Matrix_cell_t **result_tuples, size_t *result_count) |
PGDLLEXPORT Datum _pgr_johnson | ( | PG_FUNCTION_ARGS | ) |
Definition at line 102 of file johnson.c.
References matrix_cell::cost, matrix_cell::from_vid, if(), PGR_DBG, process(), and matrix_cell::to_vid.
PG_FUNCTION_INFO_V1 | ( | _pgr_johnson | ) |
|
static |
Definition at line 46 of file johnson.c.
References do_pgr_johnson(), PGR_DBG, pgr_get_edges_no_id(), pgr_global_report(), pgr_SPI_connect(), pgr_SPI_finish(), and time_msg().
Referenced by _pgr_johnson().