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

◆ tsequenceset_restrict_minmax()

TSequenceSet * tsequenceset_restrict_minmax ( const TSequenceSet ss,
bool  min,
bool  atfunc 
)

Restrict a temporal sequence set to (the complement of) its minimum/maximum base value.

Parameters
[in]ssTemporal sequence set
[in]minTrue if restricted to the minumum value, false for the maximum value
[in]atfuncTrue if the restriction is at, false for minus @csqlfn Temporal_at_min(), Temporal_at_max(), Temporal_minus_min(), Temporal_minus_max()