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

Split functions for temporal types. More...

Functions

Spantemporal_spans (const Temporal *temp, int *count)
 Return an array of spans obtained from the instants or segments of a temporal value, where the choice between instants or segments depends, respectively, on whether the interpolation is discrete or continuous. More...
 
Spantemporal_split_each_n_spans (const Temporal *temp, int elems_per_span, int *count)
 Return an array of spans obtained from the instants or segments of a temporal value, where the choice between instants or segments depends, respectively, on whether the interpolation is discrete or continuous. More...
 
Spantemporal_split_n_spans (const Temporal *temp, int span_count, int *count)
 Return an array of N spans obtained from the instants or segments of a temporal value, where the choice between instants or segments depends, respectively, on whether the interpolation is discrete or continuous. More...
 
TBoxtnumber_split_each_n_tboxes (const Temporal *temp, int elems_per_box, int *count)
 Return an array of temporal boxes obtained from the instants or segments of a temporal number, where the choice between instants or segments depends, respectively, on whether the interpolation is discrete or continuous. More...
 
TBoxtnumber_split_n_tboxes (const Temporal *temp, int box_count, int *count)
 Return an array of N temporal boxes obtained from the instants or segments of a temporal number, where the choice between instants or segments depends, respectively, on whether the interpolation is discrete or continuous. More...
 
TBoxtnumber_tboxes (const Temporal *temp, int *count)
 Return an array of temporal boxes obtained from the instants or segments of a temporal number, where the choice between instants or segments depends on whether the interpolation is discrete or continuous. More...
 

Detailed Description

Split functions for temporal types.