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

◆ temporal_after_timestamptz()

Temporal * temporal_after_timestamptz ( const Temporal temp,
TimestampTz  t,
bool  strict 
)

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

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