MobilityDB 1.1

◆ skiplist_make()

SkipList * skiplist_make ( void **  values,
int  count,
SkipListElemType  elemtype 
)

Constructs a skiplist from the array of values values.

Parameters
[in]valuesArray of values
[in]countNumber of elements in the array
[in]elemtypeType of the elements