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

◆ tdiscseq_after_timestamptz()

TSequence * tdiscseq_after_timestamptz ( const TSequence seq,
TimestampTz  t,
bool  strict 
)

Restrict a temporal discrete sequence to the instants before or equal to a timestamptz.

Note
We cannot use the same approach as for continuous sequence because function tdiscseq_find_timestamptz returns -1 if the timestamp to findfirst is located between two instants.