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

◆ tsequenceset_value_at_timestamptz()

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

Return in the last argument a copy of the value of a temporal sequence set at a timestamptz.

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 @csqlfn Temporal_value_at_timestamptz()