MobilityDB 1.3
Loading...
Searching...
No Matches
Functions

Tile functions for temporal types. More...

Functions

Spantemporal_time_bins (const Temporal *temp, const Interval *duration, TimestampTz torigin, int *count)
 Return the time bins of a temporal value. More...
 
Temporal ** temporal_time_split (const Temporal *temp, const Interval *duration, TimestampTz torigin, TimestampTz **bins, int *count)
 Return the fragments of a temporal value split according to time bins. More...
 
TBoxtfloat_time_boxes (const Temporal *temp, const Interval *duration, TimestampTz torigin, int *count)
 Return the temporal boxes of a temporal number split with respect to a value and possibly a time grid. More...
 
Spantfloat_value_bins (const Temporal *temp, double vsize, double vorigin, int *count)
 Return the bins of a float span. More...
 
TBoxtfloat_value_boxes (const Temporal *temp, double vsize, double vorigin, int *count)
 Return the temporal boxes of a temporal number split with respect to a value grid. More...
 
Temporal ** tfloat_value_split (const Temporal *temp, double size, double origin, double **bins, int *count)
 Return the fragments of a temporal float split according to value bins. More...
 
TBoxtfloat_value_time_boxes (const Temporal *temp, double vsize, const Interval *duration, double vorigin, TimestampTz torigin, int *count)
 Return the temporal boxes of a temporal number split with respect to a value and possibly a time grid. More...
 
Temporal ** tfloat_value_time_split (const Temporal *temp, double size, const Interval *duration, double vorigin, TimestampTz torigin, double **value_bins, TimestampTz **time_bins, int *count)
 Return the fragments of a temporal integer split according to value and time bins. More...
 
TBoxtfloatbox_time_tiles (const TBox *box, const Interval *duration, TimestampTz torigin, int *count)
 Return the time tiles of a temporal float box. More...
 
TBoxtfloatbox_value_tiles (const TBox *box, double vsize, double vorigin, int *count)
 Return the value tiles of a temporal float box. More...
 
TBoxtfloatbox_value_time_tiles (const TBox *box, double vsize, const Interval *duration, double vorigin, TimestampTz torigin, int *count)
 Return the tiles of a temporal float box. More...
 
TBoxtint_time_boxes (const Temporal *temp, const Interval *duration, TimestampTz torigin, int *count)
 Return the temporal boxes of a temporal number split with respect to a time grid. More...
 
Spantint_value_bins (const Temporal *temp, int vsize, int vorigin, int *count)
 Return the bins of an integer span. More...
 
TBoxtint_value_boxes (const Temporal *temp, int vsize, int vorigin, int *count)
 Return the temporal boxes of a temporal number split with respect to a value grid. More...
 
Temporal ** tint_value_split (const Temporal *temp, int size, int origin, int **bins, int *count)
 Return the fragments of a temporal integer split according to value bins. More...
 
TBoxtint_value_time_boxes (const Temporal *temp, int vsize, const Interval *duration, int vorigin, TimestampTz torigin, int *count)
 Return the temporal boxes of a temporal number split with respect to a value and possibly a time grid. More...
 
Temporal ** tint_value_time_split (const Temporal *temp, int size, const Interval *duration, int vorigin, TimestampTz torigin, int **value_bins, TimestampTz **time_bins, int *count)
 Return the fragments of a temporal integer split according to value and time bins. More...
 
TBoxtintbox_time_tiles (const TBox *box, const Interval *duration, TimestampTz torigin, int *count)
 Return the time tiles of a temporal float box. More...
 
TBoxtintbox_value_tiles (const TBox *box, int vsize, int vorigin, int *count)
 Return the value tiles of a temporal integer box. More...
 
TBoxtintbox_value_time_tiles (const TBox *box, int vsize, const Interval *duration, int vorigin, TimestampTz torigin, int *count)
 Return the tiles of a temporal integer box. More...
 

Detailed Description

Tile functions for temporal types.