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

◆ tcontseq_restrict_values()

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

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

Parameters
[in]seqTemporal sequence
[in]sSet of base values
[in]atfuncTrue if the restriction is at, false for minus
Note
A bounding box test and an instantaneous sequence test are done in the function tsequence_at_values_iter since the latter is called for each composing sequence of a temporal sequence set number.