MobilityDB
1.0
|
#include "general/temporal.h"
Go to the source code of this file.
Data Structures | |
struct | BitMatrix |
Structure for storing a bit matrix. More... | |
struct | STboxGridState |
Struct for storing the state that persists across multiple calls generating a multidimensional grid. More... | |
Macros | |
#define | MAXDIMS 4 |
Typedefs | |
typedef struct STboxGridState | STboxGridState |
Struct for storing the state that persists across multiple calls generating a multidimensional grid. More... | |
Functions | |
Datum | stbox_multidim_grid (PG_FUNCTION_ARGS) |
Generate a multidimensional grid for temporal points. More... | |
Datum | stbox_multidim_tile (PG_FUNCTION_ARGS) |
Generate a tile in a multidimensional grid for temporal points. More... | |
Datum | tpoint_space_split (PG_FUNCTION_ARGS) |
Split a temporal point with respect to a spatial grid. More... | |
Datum | tpoint_space_time_split (PG_FUNCTION_ARGS) |
Split a temporal point with respect to a spatiotemporal grid. More... | |