MobilityDB
1.0
|
Structure to represent skiplists that keep the current state of an aggregation. More...
#include <skiplist.h>
Data Fields | |
ElemType | elemtype |
int | capacity |
int | next |
int | length |
int * | freed |
int | freecount |
int | freecap |
int | tail |
void * | extra |
size_t | extrasize |
Elem * | elems |
Structure to represent skiplists that keep the current state of an aggregation.