MobilityDB 1.1

◆ tstzset_timestamp_n()

bool tstzset_timestamp_n ( const Set ts,
int  n,
TimestampTz result 
)

Return the n-th value of a set.

Parameters
[in]tsTimestamp set
[in]nNumber
[out]resultTimestamp
Returns
Return true if the timestamp is found
Note
It is assumed that n is 1-based
SQL Function:
timestampN()
PyMEOS Function:
timestampN()