|
MobilityDB 1.3
|
A simple program that reads float spanset values from a CSV file and aggregates them into a given number of groups. More...
#include <stdio.h>#include <stdlib.h>#include <time.h>#include <meos.h>#include <meos_internal.h>Data Structures | |
| struct | floatspanset_record |
Macros | |
| #define | MAX_LEN_HEADER 1024 |
| #define | MAX_LEN_SPANSET 1024 |
| #define | NUM_GROUPS 10 |
Functions | |
| int | main (void) |
A simple program that reads float spanset values from a CSV file and aggregates them into a given number of groups.
The program can be build as follows