MobilityDB 1.1

◆ bigintset_value_n()

bool bigintset_value_n ( const Set s,
int  n,
int64 result 
)

Return the n-th value of a big integer set.

Parameters
[in]sInteger set
[in]nNumber
[out]resultValue
Returns
Return true if the value is found
Note
It is assumed that n is 1-based
SQL Function:
valueN()
PyMEOS Function:
valueN()