MobilityDB 1.3
Loading...
Searching...
No Matches

◆ temporal_restrict_value()

Temporal * temporal_restrict_value ( const Temporal temp,
Datum  value,
bool  atfunc 
)

Restrict a temporal value to (the complement of) a base value.

Parameters
[in]tempTemporal value
[in]valueValue
[in]atfuncTrue if the restriction is at, false for minus
Note
This function does a bounding box test for the temporal types different from instant. The singleton tests are done in the functions for the specific temporal types. @csqlfn Temporal_at_value(), Temporal_minus_value()