MobilityDB 1.3
Loading...
Searching...
No Matches
Data Structures | Macros | Functions
intspan_agg.c File Reference

A simple program that reads integer span values from a CSV file and aggregates them into a single spanset value. More...

#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <meos.h>
#include <meos_internal.h>

Data Structures

struct  intspan_record
 

Macros

#define MAX_LENGTH_HEADER   1024
 
#define MAX_LENGTH_SPAN   64
 

Functions

int main (void)
 

Detailed Description

A simple program that reads integer span values from a CSV file and aggregates them into a single spanset value.

The program can be build as follows

gcc -Wall -g -I/usr/local/include -o intspan_agg intspan_agg.c -L/usr/local/lib -lmeos