MobilityDB 1.1
|
Tile functions for temporal types. More...
Functions | |
PGDLLEXPORT Datum | Stbox_tile (PG_FUNCTION_ARGS) |
Generate a tile in a multidimensional grid for temporal points. More... | |
PGDLLEXPORT Datum | Stbox_tile_list (PG_FUNCTION_ARGS) |
Generate a multidimensional grid for temporal points. More... | |
STBox * | stbox_tile_list (STBox *bounds, double size, const Interval *duration, GSERIALIZED *sorigin, TimestampTz torigin, int **no_cells) |
Generate a multidimensional grid for temporal points. More... | |
PGDLLEXPORT Datum | Tpoint_space_split (PG_FUNCTION_ARGS) |
Split a temporal point with respect to a spatial grid. More... | |
PGDLLEXPORT Datum | Tpoint_space_time_split (PG_FUNCTION_ARGS) |
Split a temporal point with respect to a spatiotemporal grid. More... | |
Tile functions for temporal types.