|
MobilityDB 1.3
|
A simple program that reads two CSV files containing non-temporal values and applies a function to them. More...
#include <stdio.h>#include <stdlib.h>#include <meos.h>#include <meos_geo.h>#include <meos_cbuffer.h>#include <meos_npoint.h>#include <meos_pose.h>Macros | |
| #define | MAX_LEN_HEADER 1024 |
| #define | MAX_LEN_TEMP 8192 |
| #define | MAX_LEN_VALUE 12001 |
Functions | |
| int | main (void) |
A simple program that reads two CSV files containing non-temporal values and applies a function to them.
The corresponding SQL query would be
The program can be build as follows