MobilityDB  1.0

◆ tinstantset_restrict_value()

TInstantSet* tinstantset_restrict_value ( const TInstantSet ti,
Datum  value,
bool  atfunc 
)

Restricts the temporal value to the (complement of the) base value.

Parameters
[in]tiTemporal value
[in]valueBase values
[in]atfuncTrue when the restriction is at, false for minus
Note
There is no bounding box test in this function, it is done in the dispatch function for all temporal types.