|
MobilityDB 1.3
|
Struct for storing the state that persists across multiple calls generating the bin list. More...
#include <temporal_tile.h>
Data Fields | |
| uint8 | basetype |
| span basetype More... | |
| bool | done |
| True when the state is consumed. More... | |
| int | i |
| Current tile number. More... | |
| int | nbins |
| Total number of bins. More... | |
| Datum | origin |
| Origin of the values. More... | |
| Datum | size |
| Size of the values. More... | |
| Span | span |
| Bounding span. More... | |
| const void * | to_split |
| NULL when generating bins, used for splitting span sets or temporal values. More... | |
| Datum | value |
| Current value. More... | |
Struct for storing the state that persists across multiple calls generating the bin list.