MobilityDB 1.1
Functions
temporal_boxops.h File Reference
#include <postgres.h>
#include "general/meos_catalog.h"
#include "general/temporal.h"
#include "general/span.h"
#include "general/tbox.h"
#include "point/stbox.h"
Include dependency graph for temporal_boxops.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

Datum boxop_number_tnumber_ext (FunctionCallInfo fcinfo, bool(*func)(const TBox *, const TBox *))
 
Datum boxop_numspan_tnumber_ext (FunctionCallInfo fcinfo, bool(*func)(const Span *, const Span *))
 Generic bounding box operator for a span and a temporal number. More...
 
Datum boxop_numspanset_tnumber_ext (FunctionCallInfo fcinfo, bool(*func)(const Span *, const Span *))
 
Datum boxop_period_temporal_ext (FunctionCallInfo fcinfo, bool(*func)(const Span *, const Span *))
 Generic bounding box operator for a period and a temporal value. More...
 
Datum boxop_periodset_temporal_ext (FunctionCallInfo fcinfo, bool(*func)(const Span *, const Span *))
 
Datum boxop_tbox_tnumber_ext (FunctionCallInfo fcinfo, bool(*func)(const TBox *, const TBox *))
 Generic bounding box operator for a temporal box and a temporal number. More...
 
Datum boxop_temporal_period_ext (FunctionCallInfo fcinfo, bool(*func)(const Span *, const Span *))
 Generic bounding box operator for a temporal value and a period. More...
 
Datum boxop_temporal_periodset_ext (FunctionCallInfo fcinfo, bool(*func)(const Span *, const Span *))
 
Datum boxop_temporal_temporal_ext (FunctionCallInfo fcinfo, bool(*func)(const Span *, const Span *))
 Generic bounding box operator for two temporal values. More...
 
Datum boxop_temporal_timestamp_ext (FunctionCallInfo fcinfo, bool(*func)(const Span *, const Span *))
 
Datum boxop_temporal_timestampset_ext (FunctionCallInfo fcinfo, bool(*func)(const Span *, const Span *))
 
Datum boxop_timestamp_temporal_ext (FunctionCallInfo fcinfo, bool(*func)(const Span *, const Span *))
 Bounding box operators for temporal types. More...
 
Datum boxop_timestampset_temporal_ext (FunctionCallInfo fcinfo, bool(*func)(const Span *, const Span *))
 
Datum boxop_tnumber_number_ext (FunctionCallInfo fcinfo, bool(*func)(const TBox *, const TBox *))
 
Datum boxop_tnumber_numspan_ext (FunctionCallInfo fcinfo, bool(*func)(const Span *, const Span *))
 Generic bounding box operator for a temporal number and a span. More...
 
Datum boxop_tnumber_numspanset_ext (FunctionCallInfo fcinfo, bool(*func)(const TBox *, const TBox *))
 
Datum boxop_tnumber_tbox_ext (FunctionCallInfo fcinfo, bool(*func)(const TBox *, const TBox *))
 Generic bounding box operator for a temporal number and a temporal box. More...
 
Datum boxop_tnumber_tnumber_ext (FunctionCallInfo fcinfo, bool(*func)(const TBox *, const TBox *))
 Generic bounding box operator for two temporal numbers. More...