MobilityDB  1.0
Data Structures | Macros | Typedefs | Functions
tpoint_tile.h File Reference
#include "general/temporal.h"
Include dependency graph for tpoint_tile.h:
This graph shows which files directly or indirectly include this file:

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...