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

◆ tcbuffer_value_at_timestamptz()

bool tcbuffer_value_at_timestamptz ( const Temporal temp,
TimestampTz  t,
bool  strict,
Cbuffer **  value 
)

Return the value of a temporal circular buffer 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()