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

◆ tinstant_after_timestamptz()

TInstant * tinstant_after_timestamptz ( const TInstant inst,
TimestampTz  t,
bool  strict 
)

Restrict a temporal value to the instants after or equal a timestamptz.

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