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

◆ tfloat_value_at_timestamptz()

bool tfloat_value_at_timestamptz ( const Temporal temp,
TimestampTz  t,
bool  strict,
double *  value 
)

Return the value of a temporal integer at a timestamptz.

Parameters
[in]tempTemporal value
[in]tTimestamp
[in]strictTrue if the timestamp must belong to the temporal value, false when it may be at an exclusive bound
[out]valueResulting value @csqlfn Temporal_value_at_timestamptz()