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

◆ tinstant_restrict_timestamptz()

TInstant * tinstant_restrict_timestamptz ( const TInstant inst,
TimestampTz  t,
bool  atfunc 
)

Restrict a temporal instant to (the complement of) a timestamptz.

Parameters
[in]instTemporal instant
[in]tTimestamp
[in]atfuncTrue if the restriction is at, false for minus
Note
Since the corresponding function for temporal sequences need to interpolate the value, it is necessary to return a copy of the value @csqlfn Temporal_at_timestamptz(), Temporal_minus_timestamptz()