MobilityDB  1.0
Data Fields
SkipList Struct Reference

Structure to represent skiplists that keep the current state of an aggregation. More...

#include <skiplist.h>

Collaboration diagram for SkipList:
Collaboration graph
[legend]

Data Fields

ElemType elemtype
 
int capacity
 
int next
 
int length
 
int * freed
 
int freecount
 
int freecap
 
int tail
 
void * extra
 
size_t extrasize
 
Elemelems
 

Detailed Description

Structure to represent skiplists that keep the current state of an aggregation.


The documentation for this struct was generated from the following file: