![]() |
PGROUTING
2.4
|
#include "./../../common/src/postgres_connection.h"
#include "utils/array.h"
#include "./../../common/src/debug_macro.h"
#include "./../../common/src/e_report.h"
#include "./../../common/src/time_msg.h"
#include "./../../common/src/pgr_types.h"
#include "./../../common/src/edges_input.h"
#include "./../../common/src/arrays_input.h"
#include "./../../common/src/points_input.h"
#include "./../../withPoints/src/get_new_queries.h"
#include "./withPoints_dd_driver.h"
Go to the source code of this file.
Functions | |
PGDLLEXPORT Datum | many_withPointsDD (PG_FUNCTION_ARGS) |
PG_FUNCTION_INFO_V1 (many_withPointsDD) | |
static void | process (char *edges_sql, char *points_sql, ArrayType *starts, double distance, bool directed, char *driving_side, bool details, bool equicost, General_path_element_t **result_tuples, size_t *result_count) |
PGDLLEXPORT Datum many_withPointsDD | ( | PG_FUNCTION_ARGS | ) |
Definition at line 143 of file many_to_dist_withPointsDD.c.
References General_path_element_t::agg_cost, General_path_element_t::cost, General_path_element_t::edge, General_path_element_t::node, PGR_DBG, process(), and General_path_element_t::start_id.
PG_FUNCTION_INFO_V1 | ( | many_withPointsDD | ) |
|
static |
Definition at line 43 of file many_to_dist_withPointsDD.c.
References do_pgr_many_withPointsDD(), edges, err_msg, estimate_drivingSide(), get_new_queries(), PGR_DBG, pgr_get_bigIntArray(), pgr_get_edges(), pgr_get_points(), pgr_global_report(), pgr_SPI_connect(), pgr_SPI_finish(), and time_msg().
Referenced by many_withPointsDD().