MobilityDB 1.1
Functions

Set functions for box types. More...

Collaboration diagram for Set functions:

Functions

PGDLLEXPORT Datum Intersection_stbox_stbox (PG_FUNCTION_ARGS)
 Return the intersection of the spatiotemporal boxes. More...
 
PGDLLEXPORT Datum Intersection_tbox_tbox (PG_FUNCTION_ARGS)
 Return the intersection of the temporal boxes. More...
 
PGDLLEXPORT Datum Union_stbox_stbox (PG_FUNCTION_ARGS)
 Return the union of the spatiotemporal boxes. More...
 
PGDLLEXPORT Datum Union_tbox_tbox (PG_FUNCTION_ARGS)
 Return the union of the temporal boxes. More...
 

Detailed Description

Set functions for box types.