MobilityDB 1.1

◆ tdiscseq_restrict_value()

TSequence * tdiscseq_restrict_value ( const TSequence seq,
Datum  value,
bool  atfunc 
)

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

Parameters
[in]seqTemporal sequence
[in]valueBase values
[in]atfuncTrue if the restriction is at, false for minus
Note
There is no bounding box test in this function, it is done in the dispatch function for all temporal types.
SQL Function:
atValue(), minusValue()