MobilityDB 1.1

◆ tsequenceset_value_at_timestamp()

bool tsequenceset_value_at_timestamp ( const TSequenceSet ss,
TimestampTz  t,
bool  strict,
Datum result 
)

Return the base value of a temporal sequence set at a timestamp.

Parameters
[in]ssTemporal sequence set
[in]tTimestamp
[in]strictTrue if exclusive bounds are taken into account
[out]resultBase value
Returns
Return true if the timestamp is contained in the temporal sequence set
Precondition
A bounding box test has been done before by the calling function
SQL Function:
valueAtTimestamp()