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

◆ tsequenceset_restrict_value()

TSequenceSet * tsequenceset_restrict_value ( const TSequenceSet ss,
Datum  value,
bool  atfunc 
)

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

Parameters
[in]ssTemporal sequence set
[in]valueValue
[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. @csqlfn Temporal_at_value(), Temporal_minus_value()