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

◆ temporal_restrict_minmax()

Temporal * temporal_restrict_minmax ( const Temporal temp,
bool  min,
bool  atfunc 
)

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

Parameters
[in]tempTemporal value
[in]minTrue if the restriction is wrt min, false for max
[in]atfuncTrue if the restriction is at, false for minus @csqlfn Temporal_at_min(), Temporal_at_max(), Temporal_minus_min(), Temporal_minus_max()