MobilityDB 1.3
Loading...
Searching...
No Matches
Functions
temporal_boxops.h File Reference
#include <postgres.h>
#include <meos.h>

Go to the source code of this file.

Functions

Datum Boxop_number_tnumber (FunctionCallInfo fcinfo, bool(*func)(const TBox *, const TBox *))
 
Datum Boxop_numspan_tnumber (FunctionCallInfo fcinfo, bool(*func)(const Span *, const Span *))
 Generic bounding box function for a span and a temporal number. More...
 
Datum Boxop_numspanset_tnumber (FunctionCallInfo fcinfo, bool(*func)(const Span *, const Span *))
 
Datum Boxop_tbox_tnumber (FunctionCallInfo fcinfo, bool(*func)(const TBox *, const TBox *))
 Generic bounding box function for a temporal box and a temporal number. More...
 
Datum Boxop_temporal_temporal (FunctionCallInfo fcinfo, bool(*func)(const Span *, const Span *))
 Generic bounding box function for two temporal values. More...
 
Datum Boxop_temporal_timestamptz (FunctionCallInfo fcinfo, bool(*func)(const Span *, const Span *))
 
Datum Boxop_temporal_tstzset (FunctionCallInfo fcinfo, bool(*func)(const Span *, const Span *))
 
Datum Boxop_temporal_tstzspan (FunctionCallInfo fcinfo, bool(*func)(const Span *, const Span *))
 Generic bounding box function for a temporal value and a timestamptz span. More...
 
Datum Boxop_temporal_tstzspanset (FunctionCallInfo fcinfo, bool(*func)(const Span *, const Span *))
 
Datum Boxop_timestamp_temporal (FunctionCallInfo fcinfo, bool(*func)(const Span *, const Span *))
 Bounding box operators for temporal types. More...
 
Datum Boxop_tnumber_number (FunctionCallInfo fcinfo, bool(*func)(const TBox *, const TBox *))
 
Datum Boxop_tnumber_numspan (FunctionCallInfo fcinfo, bool(*func)(const Span *, const Span *))
 Generic bounding box function for a temporal number and a span. More...
 
Datum Boxop_tnumber_numspanset (FunctionCallInfo fcinfo, bool(*func)(const TBox *, const TBox *))
 
Datum Boxop_tnumber_tbox (FunctionCallInfo fcinfo, bool(*func)(const TBox *, const TBox *))
 Generic bounding box function for a temporal number and a temporal box. More...
 
Datum Boxop_tnumber_tnumber (FunctionCallInfo fcinfo, bool(*func)(const TBox *, const TBox *))
 Generic bounding box function for two temporal numbers. More...
 
Datum Boxop_tstzset_temporal (FunctionCallInfo fcinfo, bool(*func)(const Span *, const Span *))
 
Datum Boxop_tstzspan_temporal (FunctionCallInfo fcinfo, bool(*func)(const Span *, const Span *))
 Generic bounding box function for a timestamptz span and a temporal value. More...
 
Datum Boxop_tstzspanset_temporal (FunctionCallInfo fcinfo, bool(*func)(const Span *, const Span *))