MobilityDB 1.1

◆ tdiscseq_restrict_minmax()

TSequence * tdiscseq_restrict_minmax ( const TSequence seq,
bool  min,
bool  atfunc 
)

Restrict a temporal discrete 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
SQL Function:
atMin(), atMax(), minusMin(), minusMax()