MobilityDB 1.3
Loading...
Searching...
No Matches
Functions
set_agg.c File Reference

A simple program that illustrates the set_union aggregate function with integer values. More...

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

Functions

int main ()
 

Detailed Description

A simple program that illustrates the set_union aggregate function with integer values.

The program can be build as follows

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