|
MobilityDB 1.1
|
#include <assert.h>#include <postgres.h>#include <funcapi.h>#include <utils/timestamp.h>#include <liblwgeom.h>#include <meos.h>#include <meos_internal.h>#include "general/temporaltypes.h"#include "general/temporal_tile.h"#include "point/tpoint_spatialfuncs.h"#include "point/tpoint_tile.h"#include "pg_point/postgis.h"
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... | |
| 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... | |
| Datum | Tpoint_space_time_split_ext (FunctionCallInfo fcinfo, bool timesplit) |
| Split a temporal point with respect to a spatial and possibly a temporal grid. More... | |