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

◆ tsequenceset_before_timestamptz()

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

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

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