PGROUTING
3.2
|
#include "c_common/delauny_input.h"
#include "c_types/delauny_t.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[4], Delauny_t *delauny) |
void | pgr_get_delauny (char *sql, Delauny_t **delauny, size_t *total_delauny) |
bigint tid, bigint pid, float x, float y, More... | |
|
static |
Definition at line 36 of file delauny_input.c.
References pgr_SPI_getBigInt(), pgr_SPI_getFloat8(), Delauny_t::pid, Delauny_t::tid, Delauny_t::x, and Delauny_t::y.
Referenced by pgr_get_delauny().
void pgr_get_delauny | ( | char * | sql, |
Delauny_t ** | delauny, | ||
size_t * | total_delauny | ||
) |
bigint tid, bigint pid, float x, float y,
Definition at line 53 of file delauny_input.c.
References ANY_INTEGER, ANY_NUMERICAL, Column_info_t::colNumber, Column_info_t::eType, Column_info_t::name, PGR_DBG, 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.