|
MobilityDB 1.1
|
Structure to represent skiplists that keep the current state of an aggregation. More...
#include <meos.h>

Data Fields | |
| int | capacity |
| SkipListElem * | elems |
| SkipListElemType | elemtype |
| void * | extra |
| size_t | extrasize |
| int | freecap |
| int | freecount |
| int * | freed |
| int | length |
| int | next |
| int | tail |
Structure to represent skiplists that keep the current state of an aggregation.