PGROUTING
3.2
|
#include "c_common/pgr_point_input.h"
#include "c_common/debug_macro.h"
#include "c_common/get_check_data.h"
#include "c_common/time_msg.h"
Go to the source code of this file.
Functions | |
static void | pgr_fetch_row (HeapTuple *tuple, TupleDesc *tupdesc, Column_info_t info[2], Pgr_point_t *point) |
void | pgr_point_input (char *points_sql, Pgr_point_t **points, size_t *pointsTotal) |
bigint id, float x, float y, More... | |
|
static |
Definition at line 34 of file pgr_point_input.c.
References pgr_SPI_getFloat8(), Pgr_point_t::x, and Pgr_point_t::y.
Referenced by pgr_point_input().
void pgr_point_input | ( | char * | points_sql, |
Pgr_point_t ** | points, | ||
size_t * | pointsTotal | ||
) |
bigint id, float x, float y,
pgr_point_input
Definition at line 48 of file pgr_point_input.c.
References ANY_NUMERICAL, Column_info_t::colNumber, Column_info_t::eType, Column_info_t::name, pgr_fetch_column_info(), pgr_fetch_row(), pgr_SPI_cursor_open(), pgr_SPI_prepare(), Column_info_t::strict, time_msg(), and Column_info_t::type.