MobilityDB  1.0

◆ skiplist_make()

SkipList* skiplist_make ( FunctionCallInfo  fcinfo,
void **  values,
int  count,
ElemType  elemtype 
)

Outputs the skiplist in graphviz dot format for visualisation and debugging purposes.

Constructs a skiplist from the array of values values

Parameters
[in]fcinfoCatalog information about the external function
[in]valuesArray of values
[in]elemtypeType of the elements
[in]countNumber of elements in the array