![]() |
MobilityDB 1.3
|
A simple program that reads a CSV files containing temporal circular buffers and performs a "self join" by restricting couples of temporal circular buffers. More...
Macros | |
#define | MAX_LENGTH_HEADER 1024 |
#define | MAX_LENGTH_TGEO 7501 |
Functions | |
int | main (void) |
A simple program that reads a CSV files containing temporal circular buffers and performs a "self join" by restricting couples of temporal circular buffers.
The corresponding SQL query would be
The program can be tested with several functions such as spatiotemporal relationships eIntersects
, eDwithin
, ..., aIntersects
, aDwithin
, ..., tIntersects
, tDwithin
, ..., temporal distance
...
The program can be build as follows