MobilityDB  1.0

◆ tsequence_restrict_values()

TSequenceSet* tsequence_restrict_values ( const TSequence seq,
const Datum *  values,
int  count,
bool  atfunc 
)

Restricts the temporal value to (the complement of) the array of base values.

Parameters
[in]seqTemporal value
[in]valuesArray of base values
[in]countNumber of elements in the input array
[in]atfuncTrue when the restriction is at, false for minus
Returns
Resulting temporal sequence set value.
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.