MobilityDB 1.1

◆ tcontseq_restrict_values()

TSequenceSet * tcontseq_restrict_values ( const TSequence seq,
const Set set,
bool  atfunc 
)

Restrict a temporal sequence to (the complement of) an array of base values.

Parameters
[in]seqTemporal sequence
[in]setSet of base values
[in]atfuncTrue if the restriction is at, false for minus
Returns
Resulting temporal sequence set.
Note
A bounding box test and an instantaneous sequence test are done in the function tsequence_at_values1 since the latter is called for each composing sequence of a temporal sequence set number.
SQL Function:
atValues(), minusValues()