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

◆ tcontseq_restrict_minmax()

TSequenceSet * tcontseq_restrict_minmax ( const TSequence seq,
bool  min,
bool  atfunc 
)

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

Parameters
[in]seqTemporal sequence
[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()