|
MobilityDB 1.3
|
A simple program that reads a CSV files containing temporal values and performs a "self join" by applying to them an operation. More...
#include <float.h>#include <stdio.h>#include <stdlib.h>#include <meos.h>#include <meos_internal.h>#include <meos_geo.h>Macros | |
| #define | MAX_LEN_HEADER 1024 |
| #define | MAX_LEN_TEMP 8192 |
Functions | |
| int | main (void) |
A simple program that reads a CSV files containing temporal values and performs a "self join" by applying to them an operation.
The corresponding SQL query would be
The program can be tested with several functions such as ever/alwayas and temporal comparisons ever_eq, always_eq, teq_, ..., ever_lt, always_lt, tlt_, ...
The program can be build as follows