|
MobilityDB 1.3
|
Struct for storing the state for tiling operations. More...
#include <temporal_tile.h>
Data Fields | |
| TBox | box |
| Bounding box. More... | |
| int | coords [2] |
| Coordinates of the current tile. More... | |
| bool | done |
| True when the state is consumed. More... | |
| int | i |
| Current tile number. More... | |
| int | max_coords [2] |
| Maximum coordinates of the tiles. More... | |
| int | ntiles |
| Total number of tiles. More... | |
| TimestampTz | t |
| Current time. More... | |
| const Temporal * | temp |
| Optional temporal number to be split. More... | |
| int64 | tunits |
| Time size. More... | |
| Datum | value |
| Current value. More... | |
| Datum | vsize |
| Value size. More... | |
Struct for storing the state for tiling operations.