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

◆ tsequenceset_after_timestamptz()

TSequenceSet * tsequenceset_after_timestamptz ( const TSequenceSet ss,
TimestampTz  t,
bool  strict 
)

Keep the instants of a temporal sequence set after or equal to a timestamptz.

Parameters
[in]ssTemporal sequence set
[in]tTimestamp
[in]strictTrue if the restriction is strictly after, false when the restriction is after or equal @csqlfn Temporal_after_timestamptz()