MobilityDB 1.1
Functions
span_aggfuncs.c File Reference
#include <postgres.h>
#include <fmgr.h>
#include <meos.h>
#include <meos_internal.h>
#include "general/set.h"
#include "general/span.h"
#include "pg_general/meos_catalog.h"
Include dependency graph for span_aggfuncs.c:

Functions

PGDLLEXPORT Datum Set_extent_transfn (PG_FUNCTION_ARGS)
 Transition function for extent aggregation of set values. More...
 
PGDLLEXPORT Datum Span_extent_combinefn (PG_FUNCTION_ARGS)
 Combine function for temporal extent aggregation. More...
 
PGDLLEXPORT Datum Span_extent_transfn (PG_FUNCTION_ARGS)
 Transition function for extent aggregation of span values. More...
 
PGDLLEXPORT Datum Spanbase_extent_transfn (PG_FUNCTION_ARGS)
 Transition function for extent aggregation of base values of span types. More...
 
PGDLLEXPORT Datum Spanset_extent_transfn (PG_FUNCTION_ARGS)
 Transition function for extent aggregation of span set values. More...